|
@@ -13,6 +13,7 @@ |
|
|
{% if not certificate_provider == "selfsigned" %} |
|
|
{% if not certificate_provider == "selfsigned" %} |
|
|
SSLCertificateChainFile "/etc/ssl/certs/nextcloud.chain.pem" |
|
|
SSLCertificateChainFile "/etc/ssl/certs/nextcloud.chain.pem" |
|
|
{% endif %} |
|
|
{% endif %} |
|
|
|
|
|
Header always set Strict-Transport-Security "max-age=63072000; includeSubDomains" |
|
|
|
|
|
|
|
|
DocumentRoot {{nextcloud_directory}} |
|
|
DocumentRoot {{nextcloud_directory}} |
|
|
|
|
|
|
|
|