1
0
mirror of https://github.com/bitwarden/server.git synced 2025-05-02 02:02:18 -05:00

port to host header for admin

This commit is contained in:
Kyle Spearrin 2019-10-17 14:20:49 -04:00
parent dfeb2aad5c
commit 0a7727dc27

View File

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