mirror of
https://github.com/bitwarden/server.git
synced 2024-12-23 17:07:42 +01:00
add missing connectors to nginx template (#2569)
This commit is contained in:
parent
503630497e
commit
e06323d94b
@ -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/;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user