feat:增加drawio模块

This commit is contained in:
2025-10-27 22:50:01 +08:00
parent f30035526a
commit cddc4f598c
2 changed files with 7 additions and 7 deletions

View File

@@ -58,8 +58,8 @@ server {
proxy_set_header X-Forwarded-Proto $scheme;
}
location /easynode/ {
proxy_pass http://host.docker.internal:8200/;
location /drawio/ {
proxy_pass http://host.docker.internal:8201/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;