mirror of
https://github.com/mashirozx/Pixiv-Nginx.git
synced 2024-11-22 05:38:11 +08:00
Merge pull request #1 from swamdrgon/swamdrgon-patch-1
Update nginx.conf
This commit is contained in:
commit
a729f59c45
@ -304,24 +304,4 @@ http {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
|
||||||
listen 443 ssl;
|
|
||||||
server_name www.google.com;
|
|
||||||
|
|
||||||
ssl on;
|
|
||||||
ssl_certificate ca/pixiv.net.crt;
|
|
||||||
ssl_certificate_key ca/pixiv.net.key;
|
|
||||||
|
|
||||||
location / {
|
|
||||||
#root html;
|
|
||||||
#index index.html index.htm;
|
|
||||||
rewrite ^/(.*)$ https://www.recaptcha.net/$1 redirect;
|
|
||||||
}
|
|
||||||
|
|
||||||
#error_page 500 502 503 504 /50x.html;
|
|
||||||
#/location = /50x.html {
|
|
||||||
# root html;
|
|
||||||
#}
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user