update config
All checks were successful
Nginx / build (push) Successful in 18s

This commit is contained in:
lychang
2025-10-04 22:07:19 +08:00
parent 7a81d572ad
commit e73fa74260

View File

@@ -85,7 +85,17 @@ http {
# 使用通用的proxy_set_header配置
}
}
server {
listen 8000;
server_name api.stayreal.online;
ignore_invalid_headers off;
client_max_body_size 0; # 无限制文件大小
location / {
proxy_pass http://192.168.1.100:3001;
# 使用通用的proxy_set_header配置
}
}
server {
listen 8000;
server_name voce.liubeiting.cn;