v1.10.0 #471

Merged
LukeGus merged 106 commits from dev-1.10.0 into main 2026-01-01 04:20:12 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 8806cce413 - Show all commits

View File

@@ -335,7 +335,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;

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;