summaryrefslogtreecommitdiff
path: root/configs/nginx/kvmd.ctx-server.conf
diff options
context:
space:
mode:
Diffstat (limited to 'configs/nginx/kvmd.ctx-server.conf')
-rw-r--r--configs/nginx/kvmd.ctx-server.conf10
1 files changed, 2 insertions, 8 deletions
diff --git a/configs/nginx/kvmd.ctx-server.conf b/configs/nginx/kvmd.ctx-server.conf
index 40fdcc3e..335849bb 100644
--- a/configs/nginx/kvmd.ctx-server.conf
+++ b/configs/nginx/kvmd.ctx-server.conf
@@ -64,10 +64,7 @@ location /api/hid/print {
rewrite ^/api/hid/print\?(.*)$ /hid/print?$1 break;
proxy_pass http://kvmd;
include /etc/kvmd/nginx/loc-proxy.conf;
- limit_rate 6250k;
- limit_rate_after 50k;
- client_max_body_size 0;
- proxy_request_buffering off;
+ include /etc/kvmd/nginx/loc-bigpost.conf;
auth_request off;
}
@@ -96,10 +93,7 @@ location /api/msd/write {
rewrite ^/api/msd/write\?(.*)$ /msd/write?$1 break;
proxy_pass http://kvmd;
include /etc/kvmd/nginx/loc-proxy.conf;
- limit_rate 6250k;
- limit_rate_after 50k;
- client_max_body_size 0;
- proxy_request_buffering off;
+ include /etc/kvmd/nginx/loc-bigpost.conf;
auth_request off;
}