请稍等 ...
×

采纳答案成功!

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

能訪問image.imooc.com 但不能看到圖 404 not found​

能訪問image.imooc.com 但不能看到圖 404 not found

用centos

server {
   listen 80;
   autoindex on;
   server_name img.imooc.com;
   access_log /usr/local/nginx/logs/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 /ftpfile/;
       add_header Access-Control-Allow-Origin *;
   }
}


正在回答

4回答

server_name 写错了吧  img.imooc.com 改成 image.imooc.com试下

1 回复 有任何疑惑可以回复我~
  • 提问者 cpen5 #1
    啊低級錯誤。萬分感謝。
    回复 有任何疑惑可以回复我~ 2017-08-12 10:13:14
提问者 cpen5 2017-08-12 05:24:38

Geely 老師幫幫忙嗎?

0 回复 有任何疑惑可以回复我~
提问者 cpen5 2017-08-11 23:02:02

發現從/usr/local/nginx/html/ 這目錄download,而不是從 /ftpfile/.

0 回复 有任何疑惑可以回复我~
  • 提问者 cpen5 #1
    其他朋友有相似情況嗎?花很多時間了。
    回复 有任何疑惑可以回复我~ 2017-08-11 23:19:35
提问者 cpen5 2017-08-11 21:52:02

問題沒人回答?

0 回复 有任何疑惑可以回复我~
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信