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

This commit is contained in:
lychang
2025-10-06 00:53:38 +08:00
parent e73fa74260
commit d160910517

View File

@@ -149,8 +149,9 @@ http {
server { server {
listen 8000; listen 8000;
server_name file.liubeiting.cn; server_name file.liubeiting.cn;
client_max_body_size 0;
location / { location / {
proxy_pass http://192.168.1.100:9090; proxy_pass http://192.168.1.100:9090;
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_set_header X-Real-Ip $remote_addr; proxy_set_header X-Real-Ip $remote_addr;
@@ -161,6 +162,7 @@ http {
server { server {
listen 8000; listen 8000;
server_name cloud.liubeiting.cn; server_name cloud.liubeiting.cn;
client_max_body_size 0;
location / { location / {
proxy_pass http://192.168.1.100:5244; proxy_pass http://192.168.1.100:5244;