Browse Source

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

fanyijian 1 year ago
parent
commit
0c362feb3a
1 changed files with 1 additions and 1 deletions
  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 {