/SH05/ 增加代理

This commit is contained in:
yidl 2025-09-01 22:05:35 +08:00
parent 8a2c66fa83
commit 61f9ba2f72
1 changed files with 3 additions and 0 deletions

View File

@ -276,6 +276,9 @@ http {
proxy_ssl_server_name on;
proxy_ssl_verify off;
proxy_set_header Authorization $http_authorization;
# 其他标准代理头
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
# UI前端路由
location /{