更新 web/.docker-compose/nginx/conf.d/my.conf
Docker Deploy / build-and-deploy (push) Has been cancelled
Details
Docker Deploy / build-and-deploy (push) Has been cancelled
Details
This commit is contained in:
parent
7696ad5970
commit
a72a346a2c
|
@ -17,7 +17,7 @@ server {
|
||||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
rewrite ^/api/(.*)$ /$1 break; #重写
|
rewrite ^/api/(.*)$ /$1 break; #重写
|
||||||
proxy_pass http://177.7.0.12:8888; # 设置代理服务器的协议和地址
|
proxy_pass http://ctn-pms-server:8888; # 设置代理服务器的协议和地址
|
||||||
}
|
}
|
||||||
|
|
||||||
location /api/swagger/index.html {
|
location /api/swagger/index.html {
|
||||||
|
|
Loading…
Reference in New Issue