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