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

This commit is contained in:
2025-12-31 09:32:01 +08:00
parent 242430b7b6
commit f6f0b05ac8

View File

@@ -15,7 +15,7 @@ http {
server localhost:33333; server localhost:33333;
} }
server { server {
listen 80; listen 3001;
server_name localhost; server_name localhost;
location /user-api/ { location /user-api/ {
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;