update rustfs server
All checks were successful
Nginx / build (push) Successful in 2m1s

This commit is contained in:
lychang
2025-09-12 14:45:15 +08:00
parent 7620e66048
commit 5b97042a5a

View File

@@ -110,7 +110,7 @@ server {
listen 8000;
server_name file.liubeiting.cn;
location / {
proxy_pass http://192.168.1.100:9001;
proxy_pass http://192.168.1.100:9090;
proxy_redirect off;#以下是一些反向代理的配置可删除
proxy_pass_header Set-Cookie; # cookie
proxy_set_header Host $host; # 主机名
@@ -123,7 +123,7 @@ server {
listen 8000;
server_name cloud.liubeiting.cn;
location / {
proxy_pass http://192.168.1.100:9002;
proxy_pass http://192.168.1.100:5244;
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;