diff options
author | binary <me@rgoncalves.se> | 2021-01-24 22:06:55 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2021-01-24 22:06:55 +0100 |
commit | a0b7a11cb90507e60ed02783ef79a9dbaa520682 (patch) | |
tree | f07de1886af083e87c60f66e4d8df2203f9204a7 /roles/nextcloud/templates/nextcloud.conf.httpd.j2 | |
parent | 159f7c2295922081c6d6cdfd109c8c77a7212ff5 (diff) | |
download | infrastructure-a0b7a11cb90507e60ed02783ef79a9dbaa520682.tar.gz |
Filesize upload up to 100M
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 |