nginx #23
This commit is contained in:
11
nginx.conf
11
nginx.conf
@ -59,6 +59,12 @@ http {
|
||||
|
||||
server {
|
||||
server_name _;
|
||||
|
||||
error_page 400 403 404 500 502 503 504 =444 /444.html;
|
||||
location = /444.html {
|
||||
return 444;
|
||||
}
|
||||
|
||||
return 444;
|
||||
}
|
||||
server {
|
||||
@ -77,6 +83,11 @@ http {
|
||||
ssl_stapling on;
|
||||
ssl_stapling_verify on;
|
||||
|
||||
error_page 400 403 404 500 502 503 504 =444 /444.html;
|
||||
location = /444.html {
|
||||
return 444;
|
||||
}
|
||||
|
||||
return 444;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user