mirror of
https://github.com/bitwarden/server.git
synced 2025-05-02 18:22:19 -05:00
port to host header for admin
This commit is contained in:
parent
dfeb2aad5c
commit
0a7727dc27
@ -129,5 +129,6 @@ server {
|
|||||||
{{/if}}
|
{{/if}}
|
||||||
include /etc/nginx/security-headers.conf;
|
include /etc/nginx/security-headers.conf;
|
||||||
add_header X-Frame-Options SAMEORIGIN;
|
add_header X-Frame-Options SAMEORIGIN;
|
||||||
|
proxy_set_header Host $host:$server_port;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user