mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
addition of updated bitwarden
This commit is contained in:
8
bitwarden/rootfs/etc/nginx/includes/server_params.conf
Normal file
8
bitwarden/rootfs/etc/nginx/includes/server_params.conf
Normal file
@@ -0,0 +1,8 @@
|
||||
root /dev/null;
|
||||
server_name $hostname;
|
||||
|
||||
add_header X-Content-Type-Options nosniff;
|
||||
add_header X-XSS-Protection "1; mode=block";
|
||||
add_header X-Robots-Tag none;
|
||||
|
||||
client_max_body_size %%max_body_size%%;
|
||||
Reference in New Issue
Block a user