301
This commit is contained in:
10
nginx.conf
10
nginx.conf
@ -87,7 +87,7 @@ http {
|
||||
listen 80;
|
||||
listen [::]:80;
|
||||
|
||||
error_page 301 /444.html;
|
||||
# error_page 301 /444.html;
|
||||
|
||||
location = /444.html {
|
||||
return 444;
|
||||
@ -120,7 +120,7 @@ http {
|
||||
|
||||
root ui;
|
||||
|
||||
error_page 301 /444.html;
|
||||
# error_page 301 /444.html;
|
||||
|
||||
location = /444.html {
|
||||
return 444;
|
||||
@ -142,12 +142,6 @@ http {
|
||||
}
|
||||
}
|
||||
|
||||
location /json/ {
|
||||
limit_except GET {
|
||||
deny all;
|
||||
}
|
||||
}
|
||||
|
||||
proxy_buffer_size 128k;
|
||||
proxy_buffers 4 256k;
|
||||
proxy_busy_buffers_size 256k;
|
||||
|
Reference in New Issue
Block a user