Skip to content

Commit bf364a6

Browse files
committed
修复百科(dic.pixiv.net)
1 parent c994ce7 commit bf364a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

conf/nginx.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ http {
176176
ssl_certificate_key ca/pixiv.net.key;
177177

178178
location / {
179-
proxy_pass https://210.129.120.50/;
179+
proxy_pass https://210.140.131.222/;
180180
proxy_set_header Host $http_host;
181181
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
182182
proxy_set_header X-Real_IP $remote_addr;

图片无法显示备用配置/nginx.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ http {
170170
ssl_certificate_key ca/pixiv.net.key;
171171

172172
location / {
173-
proxy_pass https://210.129.120.50/;
173+
proxy_pass https://210.140.131.222/;
174174
proxy_set_header Host $http_host;
175175
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
176176
proxy_set_header X-Real_IP $remote_addr;

配置文件(非Windows用户使用)/nginx.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ http {
176176
ssl_certificate_key ca/pixiv.net.key;
177177

178178
location / {
179-
proxy_pass https://210.129.120.50/;
179+
proxy_pass https://210.140.131.222/;
180180
proxy_set_header Host $http_host;
181181
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
182182
proxy_set_header X-Real_IP $remote_addr;

0 commit comments

Comments
 (0)