Parcourir la source

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

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

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

@@ -40,7 +40,7 @@ server {
     location ^~ /static {
       #rewrite ^/static/(.*)$ /$1 break; #重写          
       #proxy_pass http://cloudimg-xypp.xinyuepp.cn/;
-      rewrite (.+) http://cloudimg-xypp.xinyuepp.cn/ permanent;
+      rewrite ^/(.*) http://cloudimg-xypp.xinyuepp.cn/$1 permanent;
     }
     
     location ^~ /assets/images {