summaryrefslogtreecommitdiff
path: root/configs/nginx/loc-bigpost.conf
diff options
context:
space:
mode:
Diffstat (limited to 'configs/nginx/loc-bigpost.conf')
-rw-r--r--configs/nginx/loc-bigpost.conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/nginx/loc-bigpost.conf b/configs/nginx/loc-bigpost.conf
new file mode 100644
index 00000000..ebd37a6b
--- /dev/null
+++ b/configs/nginx/loc-bigpost.conf
@@ -0,0 +1,4 @@
+limit_rate 6250k;
+limit_rate_after 50k;
+client_max_body_size 0;
+proxy_request_buffering off;