采纳答案成功!
向帮助你的同学说点啥吧!感谢那些助人为乐的人
1.nginx启动无错误2.ip访问也无问题3.域名访问出现504 知道解决方法的留个言,谢谢了!
upstream www.mallshi.online{ server 127.0.0.1:8080; server 127.0.0.1:9080;}server {listen 80;autoindex on;server_name mallshi.online www.mallshi.online;access_log /usr/local/nginx/logs/access.log combined;index index.html index.htm index.jsp index.php;if ( $query_string ~* ".*[\;'\<\>].*" ){ return 404; }location = / { root /product/front/mmall_fe/dist/view; index index.html;}location ~ .*\.html$ { root /product/front/mmall_fe/dist/view; index index.html;}location / { proxy_pass http://www.mallshi.online/; }location ~ .*\.(gif|jpg|jpeg|png|bmp|swf|flv|ico)$ { proxy_pass http://mallshi.online; expires 30d; }location ~ .*\.(js|css)?$ { proxy_pass http://mallshi.online; expires 7d;
亲爱的同学,你好,我是geely老师的助教。
你应该贴出你的nginx的配置,启动没报错不代表你的配置正确,只能说明你的配置语法没错,不代表配置的逻辑正确。
添加了配置文件
你可以先删掉下面的内容再试试 index index.html index.htm index.jsp index.php; if ( $query_string ~* ".*[\;'\<\>].*" ){ return 404; } location = / { root /product/front/mmall_fe/dist/view; index index.html; } location ~ .*\.html$ { root /product/front/mmall_fe/dist/view; index index.html; }
登录后可查看更多问答,登录/注册
Tomcat集群+Redis分布式+代码重构+源码原理解析
1.6k 17
2.5k 12
1.6k 12
1.6k 11
1.9k 10