feat: 🚀 更新nginx配置文件

This commit is contained in:
H0nGzA1
2023-03-24 15:17:43 +08:00
parent 581e4cd92f
commit b6b3b4a39a

View File

@@ -28,6 +28,6 @@ server {
proxy_send_timeout 600s; proxy_send_timeout 600s;
real_ip_header X-Forwarded-For; real_ip_header X-Forwarded-For;
rewrite ^/api/(.*)$ /$1 break; #重写 rewrite ^/api/(.*)$ /$1 break; #重写
proxy_pass http://177.8.0.12:8000/; # 设置代理服务器的协议和地址 proxy_pass http://178.10.0.12:8000/; # 设置代理服务器的协议和地址
} }
} }