feature:add resolver && teamcity config

This commit is contained in:
2022-11-22 16:33:58 +08:00
committed by wswan
parent 7c800a4689
commit fdda02242d
11 changed files with 54 additions and 28 deletions

View File

@ -3,7 +3,6 @@ server {
location / {
proxy_set_header Host $host;
# proxy_redirect off;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_pass http://127.0.0.1:8000/;