请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

求助:nginx访问欢迎页面就行,但是转发就不行

求助:访问nginx欢迎页面就行,但是转发就不行其他地方不行

图片描述

server {
listen 80;
autoindex on;
server_name www.luckyluckymarket.club luckyluckymarket.club
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://127.0.0.1:8080/;
}

location ~ .*.(gif|jpg|jpeg|png|bmp|swf|flv|ico)$ {
proxy_pass http://127.0.0.1:8080;
expires 30d;
}

location ~ .*.(js|css)?$ {
proxy_pass http://127.0.0.1:8080;
expires 7d;图片描述
}
}
-----------------------------图片描述图片描述

正在回答

插入代码

1回答

说明你的nginx转发策略没有配置正确。

0 回复 有任何疑惑可以回复我~
  • 怎么配置才是对的呢?
    回复 有任何疑惑可以回复我~ 2019-09-09 18:51:58
问题已解决,确定采纳
还有疑问,暂不采纳
微信客服

购课补贴
联系客服咨询优惠详情

帮助反馈 APP下载

慕课网APP
您的移动学习伙伴

公众号

扫描二维码
关注慕课网微信公众号