更新 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:06:58 +08:00
parent fb78abe50c
commit 6b8d0f65f5
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://ctn-pms-server:8888; # 设置代理服务器的协议和地址
proxy_pass http://pms.cq.cn:8888; # 设置代理服务器的协议和地址
}
location /api/swagger/index.html {