chore: nginx config issue for dokcer console
This commit is contained in:
@@ -335,7 +335,7 @@ http {
|
|||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /docker/console/ {
|
location ^~ /docker/console/ {
|
||||||
proxy_pass http://127.0.0.1:30008/;
|
proxy_pass http://127.0.0.1:30008/;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
|
|
||||||
|
|||||||
@@ -324,7 +324,7 @@ http {
|
|||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
proxy_set_header X-Forwarded-Proto $scheme;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /docker/console/ {
|
location ^~ /docker/console/ {
|
||||||
proxy_pass http://127.0.0.1:30008/;
|
proxy_pass http://127.0.0.1:30008/;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user