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:
parent
cb38c04cb5
commit
9c0e24ac5c
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue