Enforce Nextcloud HSTS
This commit is contained in:
parent
d690861659
commit
fb543267fc
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ server {
|
|||
# will add the domain to a hardcoded list that is shipped
|
||||
# in all major browsers and getting removed from this list
|
||||
# could take several months.
|
||||
#add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload;" always;
|
||||
add_header Strict-Transport-Security "max-age=15768000; includeSubDomains;" always;
|
||||
|
||||
# set max upload size
|
||||
client_max_body_size 16G;
|
||||
|
|
Loading…
Reference in a new issue