diff --git a/util/Setup/Templates/NginxConfig.hbs b/util/Setup/Templates/NginxConfig.hbs index e925fb337e..7ccd61ce8f 100644 --- a/util/Setup/Templates/NginxConfig.hbs +++ b/util/Setup/Templates/NginxConfig.hbs @@ -92,6 +92,10 @@ server { proxy_pass http://web:5000/u2f-connector.html; } + location = /sso-connector.html { + proxy_pass http://web:5000/sso-connector.html; + } + location /attachments/ { proxy_pass http://attachments:5000/; }