mirror of
https://github.com/mofeng-git/One-KVM.git
synced 2026-01-29 00:51:53 +08:00
reading images api
This commit is contained in:
@@ -59,6 +59,15 @@ location /api/ws {
|
||||
auth_request off;
|
||||
}
|
||||
|
||||
location /api/msd/read {
|
||||
rewrite ^/api/msd/read$ /msd/read break;
|
||||
rewrite ^/api/msd/read\?(.*)$ /msd/read?$1 break;
|
||||
proxy_pass http://kvmd;
|
||||
include /etc/kvmd/nginx/loc-proxy.conf;
|
||||
proxy_read_timeout 7d;
|
||||
auth_request off;
|
||||
}
|
||||
|
||||
location /api/msd/write_remote {
|
||||
rewrite ^/api/msd/write_remote$ /msd/write_remote break;
|
||||
rewrite ^/api/msd/write_remote\?(.*)$ /msd/write_remote?$1 break;
|
||||
|
||||
Reference in New Issue
Block a user