mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
log interface
This commit is contained in:
@@ -109,6 +109,16 @@ http {
|
||||
proxy_request_buffering off;
|
||||
}
|
||||
|
||||
location /kvmd/log {
|
||||
rewrite /kvmd/log /log break;
|
||||
proxy_pass http://kvmd;
|
||||
include /etc/nginx/proxy-params.conf;
|
||||
proxy_read_timeout 7d;
|
||||
postpone_output 0;
|
||||
proxy_buffering off;
|
||||
proxy_ignore_headers X-Accel-Buffering;
|
||||
}
|
||||
|
||||
location /kvmd {
|
||||
rewrite /kvmd/?(.*) /$1 break;
|
||||
proxy_pass http://kvmd;
|
||||
|
||||
Reference in New Issue
Block a user