编号:ZSSAC-585 描述:修改nginx配置

This commit is contained in:
pengren 2024-04-26 10:33:39 +08:00
parent e889f9adb7
commit d0deb9e786

View File

@ -36,6 +36,7 @@ http {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://zt-sac-java:7781/;
}
location /stage-file/ {
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;