1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-22 12:04:27 -05:00

undo admin host port header

This commit is contained in:
Kyle Spearrin 2019-10-17 14:40:05 -04:00
parent 0a7727dc27
commit 63c3d5342c

View File

@ -129,6 +129,5 @@ server {
{{/if}}
include /etc/nginx/security-headers.conf;
add_header X-Frame-Options SAMEORIGIN;
proxy_set_header Host $host:$server_port;
}
}