diff --git a/docker-unified/hbs/nginx-config.hbs b/docker-unified/hbs/nginx-config.hbs index 382913796d..81dd85b34a 100644 --- a/docker-unified/hbs/nginx-config.hbs +++ b/docker-unified/hbs/nginx-config.hbs @@ -77,6 +77,30 @@ server { add_header Content-Type $fido_content_type; } + location = /duo-connector.html { + root /app/Web; + } + + location = /webauthn-connector.html { + root /app/Web; + } + + location = /webauthn-fallback-connector.html { + root /app/Web; + } + + location = /sso-connector.html { + root /app/Web; + } + + location = /captcha-connector.html { + root /app/Web; + } + + location = /captcha-mobile-connector.html { + root /app/Web; + } + location /attachments { alias /etc/bitwarden/attachments/; }