ops(dashboard-v2): don't actually launch the new dashboard yet :)
This commit is contained in:
parent
03c9fe01b2
commit
77d3145c0b
|
@ -3,9 +3,10 @@ listen 443 ssl http2;
|
|||
include /etc/nginx/conf.d/include/ssl-settings;
|
||||
include /etc/nginx/conf.d/include/init-optional-variables;
|
||||
|
||||
location /v2 {
|
||||
proxy_pass http://dashboard-v2:9000;
|
||||
}
|
||||
# Uncomment to launch new Dashboard under /v2 path
|
||||
# location /v2 {
|
||||
# proxy_pass http://dashboard-v2:9000;
|
||||
# }
|
||||
|
||||
location / {
|
||||
proxy_pass http://dashboard:3000;
|
||||
|
|
Reference in New Issue