From bf364a6a83d1984b7d8a38a4a053438149b8e780 Mon Sep 17 00:00:00 2001 From: Mashiro Date: Thu, 24 Jan 2019 19:37:25 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=99=BE=E7=A7=91=EF=BC=88di?= =?UTF-8?q?c.pixiv.net=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- conf/nginx.conf | 2 +- 图片无法显示备用配置/nginx.conf | 2 +- 配置文件(非Windows用户使用)/nginx.conf | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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;