diff options
Diffstat (limited to 'roles/nextcloud/templates/nextcloud.conf.httpd.j2')
-rw-r--r-- | roles/nextcloud/templates/nextcloud.conf.httpd.j2 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roles/nextcloud/templates/nextcloud.conf.httpd.j2 b/roles/nextcloud/templates/nextcloud.conf.httpd.j2 index 8ba5e45..bcf923d 100644 --- a/roles/nextcloud/templates/nextcloud.conf.httpd.j2 +++ b/roles/nextcloud/templates/nextcloud.conf.httpd.j2 @@ -4,6 +4,8 @@ server "cloud.{{ global.domain_name }}" { root "/nextcloud" directory index index.php + connection max request body 10485760 + hsts max-age 15768000 # deny access to confidential data/programs first |