nginx.conf file edit
All checks were successful
test/timeline-frontend/pipeline/head This commit looks good

This commit is contained in:
2025-12-31 10:13:48 +08:00
parent 948ba096bb
commit e1011428a2

View File

@@ -17,7 +17,7 @@ http {
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Port $server_port;
proxy_set_header Authorization $http_authorization;
proxy_pass http://localhost:33333/user-api/;
proxy_pass http://localhost:33333/user/;
}
location /file/ {
proxy_set_header X-Real-IP $remote_addr;