Parcourir la source

更新 'conf.d/qipai-manage.conf'

fanyijian il y a 1 an
Parent
commit
05d8334ca2
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      conf.d/qipai-manage.conf

+ 3 - 3
conf.d/qipai-manage.conf

@@ -38,9 +38,9 @@ server {
     }
 
     location ^~ /static {
-      proxy_set_header Host $http_host;    
-      rewrite ^/static/(.*)$ /$1 break; #重写          
-      proxy_pass http://cloudimg-xypp.xinyuepp.cn/$1;
+      #proxy_set_header Host $http_host;    
+      #rewrite ^/static/(.*)$ /$1 break; #重写          
+      proxy_pass http://cloudimg-xypp.xinyuepp.cn/;
       #rewrite ^/static/(.*)$ http://cloudimg-xypp.xinyuepp.cn/$1 permanent;
     }