mirror of
https://gitee.com/dromara/RuoYi-Cloud-Plus.git
synced 2025-09-27 06:01:46 +00:00
update 优化 删除无用代理配置
This commit is contained in:
@@ -78,11 +78,6 @@ http {
|
|||||||
proxy_pass http://server/;
|
proxy_pass http://server/;
|
||||||
}
|
}
|
||||||
|
|
||||||
# 解决 powerjob 代理之后静态文件无法访问的问题 请勿修改乱动
|
|
||||||
location ~ ^/(js|img|fonts)/ {
|
|
||||||
proxy_pass http://powerjob-server;
|
|
||||||
}
|
|
||||||
|
|
||||||
error_page 500 502 503 504 /50x.html;
|
error_page 500 502 503 504 /50x.html;
|
||||||
location = /50x.html {
|
location = /50x.html {
|
||||||
root html;
|
root html;
|
||||||
|
Reference in New Issue
Block a user