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:04:50 +08:00
parent 1ecd347a6b
commit 20afec79b6

View File

@@ -5,15 +5,7 @@ events {
http { http {
include /etc/nginx/mime.types; include /etc/nginx/mime.types;
default_type application/octet-stream; default_type application/octet-stream;
upstream user-api {
server localhost:33333/user-api;
}
upstream file {
server localhost:33333/file;
}
upstream story {
server localhost:33333/story;
}
server { server {
listen 3001; listen 3001;
server_name localhost; server_name localhost;