mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
disabled buffering for /api/msd/read
This commit is contained in:
@@ -65,6 +65,9 @@ location /api/msd/read {
|
||||
proxy_pass http://kvmd;
|
||||
include /etc/kvmd/nginx/loc-proxy.conf;
|
||||
proxy_read_timeout 7d;
|
||||
postpone_output 0;
|
||||
proxy_buffering off;
|
||||
proxy_ignore_headers X-Accel-Buffering;
|
||||
auth_request off;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user