Ensure standalone mode supports the settings flow

This commit is contained in:
Jason Ertel
2020-06-04 10:46:27 -04:00
parent 5a9030883a
commit 7edf9a67c3

View File

@@ -134,7 +134,7 @@ http {
proxy_set_header Connection "Upgrade";
}
location ~ ^/auth/.*?(whoami|login|logout) {
location ~ ^/auth/.*?(whoami|login|logout|settings) {
rewrite /auth/(.*) /$1 break;
proxy_pass http://{{ masterip }}:4433;
proxy_read_timeout 90;