diff --git a/conf/nginx.conf b/conf/nginx.conf index 874e1d8..b382bed 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -176,7 +176,7 @@ http { ssl_certificate_key ca/pixiv.net.key; location / { - proxy_pass https://210.129.120.50/; + proxy_pass https://210.140.131.222/; 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; diff --git a/图片无法显示备用配置/nginx.conf b/图片无法显示备用配置/nginx.conf index 855d9f0..26cd8af 100644 --- a/图片无法显示备用配置/nginx.conf +++ b/图片无法显示备用配置/nginx.conf @@ -170,7 +170,7 @@ http { ssl_certificate_key ca/pixiv.net.key; location / { - proxy_pass https://210.129.120.50/; + proxy_pass https://210.140.131.222/; 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; diff --git a/配置文件(非Windows用户使用)/nginx.conf b/配置文件(非Windows用户使用)/nginx.conf index cf752df..231eb48 100644 --- a/配置文件(非Windows用户使用)/nginx.conf +++ b/配置文件(非Windows用户使用)/nginx.conf @@ -176,7 +176,7 @@ http { ssl_certificate_key ca/pixiv.net.key; location / { - proxy_pass https://210.129.120.50/; + proxy_pass https://210.140.131.222/; 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;