This commit is contained in:
728
2022-12-07 16:51:43 +08:00
parent 750c48b2a8
commit 69bc81d3a4

View File

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