tomcat + nginx 问题

tomcat + nginx 问题

server {

     listen 80;

     autoindex on;

     server_name v.yqcn.com yqrb.com.cn www.yqrb.com.cn;

     access_log /usr/local/nginx/logs/access.log combined;

     index index.html index.htm index.jsp login.html login.jsp index.php;

     if ( $query_string ~* ".*[\;'\<\>].*" ){

           return 404;

     }

     location = / {

        root /film/frontend/yqvod-fe/dist/view;

        index index.html;

     }

     location /sxyqwx2 {

        root /usr/local/tomcat-frontend/webapps/sxyqwx2;

        index login.jsp login.html index.html index.jsp;

     }

     location ~ .*\.html$ {

        root /film/frontend/yqvod-fe/dist/view;

        index index.html;

     }

     location / {

         proxy_pass http://127.0.0.1:8080/;

         add_header Access-Control-Allow-Origin *;

     }

}

访问 www.yqrb.com.cn/sxyqwx2 出现 Nginx 404 Not Found

访问 www.yqrb.com.cn 正常 

请教老师


正在回答 回答被采纳积分+1

登陆购买课程后可参与讨论,去登陆

1回答
风间影月 2020-07-22 17:36:51

你这样请求到jsp不行的,nginx是静态服务器,jsp要用tomcat

  • 提问者 lovejavacoffee #1
    我tomcat 有的 在 /usr/local/tomcat-frontend/webapps/目录下 有 sxyqwx2这个项目 不知道该如何配置
    2020-07-22 17:38:08
  • 风间影月 回复 提问者 lovejavacoffee #2
    课程往后看吧,有具体配置讲解的哈
    2020-07-22 17:39:23
  • 提问者 lovejavacoffee 回复 风间影月 #3
    是nginx那节吗
    2020-07-22 17:44:57
问题已解决,确定采纳
还有疑问,暂不采纳

恭喜解决一个难题,获得1积分~

来为老师/同学的回答评分吧

0 星
请稍等 ...
意见反馈 帮助中心 APP下载
官方微信

在线咨询

领取优惠

免费试听

领取大纲

扫描二维码,添加
你的专属老师