1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-12 11:12:06 +00:00

nginx/templates/server.conf.j2: Clarify nextcloud-nginx.conf.j2

This commit is contained in:
root 2022-03-24 20:13:52 -04:00
parent cb38c04cb5
commit 9c0e24ac5c

View file

@ -12,7 +12,7 @@ server {
# 1. 'upload_max_filesize = 10000M' and 'post_max_size = 10000M' are SOMETIMES set in:
# https://github.com/iiab/iiab/blob/master/roles/www_options/tasks/main.yml#L106-L107
# https://github.com/iiab/iiab/blob/master/roles/www_options/tasks/main.yml#L120-L121
# 2. 'client_max_body_size 512M;' is set in:
# 2. 'client_max_body_size 10000M;' is set in:
# https://github.com/iiab/iiab/blob/master/roles/nextcloud/templates/nextcloud-nginx.conf.j2#L62
client_max_body_size 10000M;