1
0
Fork 0

fix some hsts preload warnings for nextcloud

This commit is contained in:
ibizaman 2023-08-11 21:35:51 -07:00
parent 0244be7ad2
commit 253d673188

View file

@ -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";