mirror of
https://github.com/bitwarden/server.git
synced 2025-04-05 21:18:13 -05: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;
|
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 {
|
location /attachments {
|
||||||
alias /etc/bitwarden/attachments/;
|
alias /etc/bitwarden/attachments/;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user