From dd7fc3892018fdbaa1c11ff22f46e51c31b3c895 Mon Sep 17 00:00:00 2001 From: swamdrgon <52345589+swamdrgon@users.noreply.github.com> Date: Sun, 9 Feb 2020 10:24:57 +0800 Subject: [PATCH] Update nginx.conf update steamcommunity IP --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 259bc0b..b30e194 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -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;