remove invalid trailing semicolon from hsts header

Signed-off-by: langj <langj@cs.tum.edu>
This commit is contained in:
langj 2022-07-24 23:44:24 +02:00 committed by backportbot-nextcloud[bot]
parent 1047a905aa
commit 00eb6409e9
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,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; preload" always;
# set max upload size and increase upload timeout:
client_max_body_size 512M;

View File

@ -45,7 +45,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; preload" always;
location = /robots.txt {
allow all;