1
0
mirror of https://github.com/bitwarden/server.git synced 2025-07-02 08:32:50 -05:00

remove assetlinks (#1553)

This commit is contained in:
Matt Portune
2021-08-30 21:40:43 -04:00
committed by GitHub
parent f534e813e7
commit dbf82385c9
5 changed files with 1 additions and 79 deletions

View File

@ -84,16 +84,6 @@ server {
add_header Content-Type $fido_content_type;
}
location = /.well-known/assetlinks.json {
proxy_pass http://web:5000/assetlinks.json;
{{#if Ssl}}
include /etc/nginx/security-headers-ssl.conf;
{{/if}}
include /etc/nginx/security-headers.conf;
proxy_hide_header Content-Type;
add_header Content-Type application/json;
}
location = /duo-connector.html {
proxy_pass http://web:5000/duo-connector.html;
}