ops(dashboard-v2): don't actually launch the new dashboard yet :)

This commit is contained in:
Michał Leszczyk 2022-04-14 18:37:30 +02:00
parent 03c9fe01b2
commit 77d3145c0b
No known key found for this signature in database
GPG Key ID: FA123CA8BAA2FBF4
1 changed files with 4 additions and 3 deletions

View File

@ -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;