更新 web/.docker-compose/nginx/conf.d/my.conf
Docker Deploy / build-and-deploy (push) Has been cancelled Details

This commit is contained in:
root 2024-08-17 22:00:27 +08:00
parent 7696ad5970
commit a72a346a2c
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ server {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
rewrite ^/api/(.*)$ /$1 break; #重写
proxy_pass http://177.7.0.12:8888; # 设置代理服务器的协议和地址
proxy_pass http://ctn-pms-server:8888; # 设置代理服务器的协议和地址
}
location /api/swagger/index.html {