This commit is contained in:
728
2022-12-06 22:32:43 +08:00
parent 31500f34e7
commit 292bf9a2bf

View File

@ -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;
}