Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mashirozx committed Aug 9, 2019
1 parent 88e977b commit b655295
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 21 deletions.
19 changes: 5 additions & 14 deletions conf/nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -154,16 +154,7 @@ http {

server {
listen 443 ssl;
server_name hlsa1.pixivsketch.net;
server_name hlsa2.pixivsketch.net;
server_name hlsa3.pixivsketch.net;
server_name hlsa4.pixivsketch.net;
server_name hlsa5.pixivsketch.net;
server_name hlsa6.pixivsketch.net;
server_name hlsa7.pixivsketch.net;
server_name hlsa8.pixivsketch.net;
server_name hlsa9.pixivsketch.net;
server_name hlsa6.pixivsketch.net;
server_name *.pixivsketch.net;

ssl on;
ssl_certificate ca/pixiv.net.crt;
Expand Down Expand Up @@ -327,10 +318,10 @@ http {
rewrite ^/(.*)$ https://www.recaptcha.net/$1 redirect;
}

error_page 500 502 503 504 /50x.html;
location = /50x.html {
root html;
}
#error_page 500 502 503 504 /50x.html;
#/location = /50x.html {
# root html;
#}
}

}
6 changes: 0 additions & 6 deletions hosts
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,11 @@
127.0.0.1 imgaz.pixiv.net
127.0.0.1 sensei.pixiv.net
127.0.0.1 fanbox.pixiv.net
127.0.0.1 i.pximg.net
127.0.0.1 source.pixiv.net
127.0.0.1 i1.pixiv.net
127.0.0.1 i2.pixiv.net
127.0.0.1 i3.pixiv.net
127.0.0.1 i4.pixiv.net
210.129.120.50 app-api.pixiv.net
74.120.148.207 g-client-proxy.pixiv.net
210.140.131.159 d.pixiv.org
210.140.92.135 pixiv.pximg.net
210.140.92.134 s.pximg.net
#Pixiv End

# 顺手修一下维基百科
Expand Down
2 changes: 1 addition & 1 deletion logs/nginx.pid
Original file line number Diff line number Diff line change
@@ -1 +1 @@
9152
11124

0 comments on commit b655295

Please sign in to comment.