fix some hsts preload warnings for nextcloud
This commit is contained in:
parent
0244be7ad2
commit
253d673188
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ in
|
||||||
|
|
||||||
# Enable php-fpm and nginx which will be behind the shb haproxy instance.
|
# Enable php-fpm and nginx which will be behind the shb haproxy instance.
|
||||||
hostName = fqdn;
|
hostName = fqdn;
|
||||||
|
nginx.hstsMaxAge = 31536000; # Needs > 1 year for https://hstspreload.org to be happy
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
dbtype = "pgsql";
|
dbtype = "pgsql";
|
||||||
|
|
Loading…
Reference in a new issue