aboutsummaryrefslogtreecommitdiffstats
path: root/roles/nextcloud/templates
diff options
context:
space:
mode:
Diffstat (limited to 'roles/nextcloud/templates')
-rw-r--r--roles/nextcloud/templates/nextcloud.conf.httpd.j22
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
remember that computers suck.