请稍等 ...
×

采纳答案成功!

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

windows下 nginx 配置都按步骤做了,可地址栏输入image.imooc.combaokuo tomcat都是停留在welcome to nginx

图片也在img文件夹,加上图片名。进去是报404,老师大概是什么情况?

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

2回答

提问者 慕粉194614236 2017-08-13 18:28:36

server {

        listen 80; 

        autoindex on;

        server_name tomcat.imooc.com; 

        access_log c:/access.log combined; 

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

        #error_page 404 /404.html; 

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

                return 404; 

    } 

 location / { 

        proxy_pass http://127.0.0.1:8080; 

        add_header Access-Control-Allow-Origin *; 

    } 

 }



server { listen 80;

         autoindex off; 

         server_name image.imooc.com; 

         access_log c:/access.log combined;

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

         #error_page 404 /404.html;

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

                   return 404;

  } 

         location ~ /(mmall_fe|mmall_admin_fe)/dist/view/* {

       deny all;

 }

 location / {

             root C:\ftpfile\img;

               add_header Access-Control-Allow-Origin *; 

        }

 }

老师,我就是复制的这两个配置!

0 回复 有任何疑惑可以回复我~
Geely 2017-08-13 18:12:08

hi同学,你好,应该是ng的配置不对吧导致的

你的问题可以把更详细的配置发上来么,否则无法帮到你呢


另外 这两个问答和详细的解答了这个问题,你一定要认真和自己的做对比哟


老师您好 http 转发可以实现,但是无法找到图片

http://coding.imooc.com/learn/questiondetail/9369.html


关于image.imooc.com.conf域名解析的问题

http://coding.imooc.com/learn/questiondetail/9562.html


0 回复 有任何疑惑可以回复我~
  • 提问者 慕粉194614236 #1
    server {
            listen 80; 
            autoindex on;
            server_name tomcat.imooc.com; 
            access_log c:/access.log combined; 
            index index.html index.htm index.jsp index.php; 
            #error_page 404 /404.html; 
        if ( $query_string ~* ".*[\;'\<\>].*" ){ 
                    return 404; 
        } 
     location / { 
            proxy_pass http://127.0.0.1:8080; 
            add_header Access-Control-Allow-Origin *; 
        } 
     }
    
    
    server { listen 80;
             autoindex off; 
             server_name image.imooc.com; 
             access_log c:/access.log combined;
             index index.html index.htm index.jsp index.php;
             #error_page 404 /404.html;
      if ( $query_string ~* ".*[\;'\<\>].*" ){ 
                       return 404;
      } 
             location ~ /(mmall_fe|mmall_admin_fe)/dist/view/* {
           deny all;
     }
     location / {
                 root C:\ftpfile\img;
     	             add_header Access-Control-Allow-Origin *; 
            }
     }
    老师,我就是复制的这两个配置!
    回复 有任何疑惑可以回复我~ 2017-08-13 18:40:15
  • Geely 回复 提问者 慕粉194614236 #2
    这个只是ng的配置,建议好好看看我给你发的问答,其他方面的截图及配置全部发上来
    回复 有任何疑惑可以回复我~ 2017-08-13 18:45:33
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信