|
@@ -41,4 +41,9 @@ server {
|
|
rewrite ^/static/(.*)$ /$1 break; #重写
|
|
rewrite ^/static/(.*)$ /$1 break; #重写
|
|
proxy_pass https://cloudimg-xypp.xinyuepp.cn/;
|
|
proxy_pass https://cloudimg-xypp.xinyuepp.cn/;
|
|
}
|
|
}
|
|
|
|
+
|
|
|
|
+ location ^~ /assets/images {
|
|
|
|
+ alias /data/images/;
|
|
|
|
+ }
|
|
|
|
+
|
|
}
|
|
}
|