Update nginx.conf

update steamcommunity IP
pull/36/head
swamdrgon 2020-02-09 10:24:57 +08:00 committed by GitHub
parent a729f59c45
commit dd7fc38920
1 changed files with 1 additions and 1 deletions

View File

@ -274,7 +274,7 @@ http {
ssl_certificate_key ca/pixiv.net.key;
location / {
proxy_pass https://104.111.160.41/;
proxy_pass https://104.110.72.183/;
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Real_IP $remote_addr;