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:09:07 +08:00
parent 20afec79b6
commit 948ba096bb

View File

@@ -37,7 +37,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://loxalhost:33333/story/;
proxy_pass http://localhost:33333/story/;
}
location / {