chore: nginx config issue for dokcer console

This commit is contained in:
LukeGus
2025-12-31 18:40:27 -06:00
parent 29320da466
commit 8806cce413
2 changed files with 2 additions and 2 deletions

View File

@@ -324,7 +324,7 @@ http {
proxy_set_header X-Forwarded-Proto $scheme;
}
location /docker/console/ {
location ^~ /docker/console/ {
proxy_pass http://127.0.0.1:30008/;
proxy_http_version 1.1;