config: drone.yml nginx.conf 配置文件修改

This commit is contained in:
zhangkaihuai
2024-03-04 23:06:54 +08:00
parent e44edd71c0
commit 55fd1a07a4
2 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ http {
listen [::]:80;
location /api {
proxy_pass http://gateway.fateverse.svc.cluster.local:8080;
proxy_pass http://gateway.mosr.svc.cluster.local:8080;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Port $server_port;