addition of updated bitwarden

This commit is contained in:
Alexandre
2021-01-07 09:55:45 +01:00
parent 164a60c2eb
commit 611e9a3f88
21 changed files with 739 additions and 2 deletions

View 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%%;