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

This commit is contained in:
2025-12-30 14:05:26 +08:00
parent d6b8048a01
commit d43b260627

View File

@@ -6,13 +6,13 @@ http {
include /etc/nginx/mime.types;
default_type application/octet-stream;
upstream /user-api/{
server host.docker.internal:33333;
server localhost:33333;
}
upstream /file/{
server host.docker.internal:33333;
server localhost:33333;
}
upstream /story/{
server host.docker.internal:33333;
server localhost:33333;
}
server {
listen 80;