mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge branch 'master' into allow-large-uploads
This commit is contained in:
commit
dcfd65fee4
388 changed files with 11174 additions and 4170 deletions
|
@ -11,6 +11,11 @@ location /local_content/ {
|
|||
fancyindex on; # autoindex on;
|
||||
}
|
||||
|
||||
location /info {
|
||||
fancyindex on; # Directory listing for http://box/info/admin-console/
|
||||
fancyindex_exact_size off; # Output human-readable file sizes.
|
||||
}
|
||||
|
||||
location /modules/ {
|
||||
fancyindex on; # Enable fancy indexes.
|
||||
fancyindex_exact_size off; # Output human-readable file sizes.
|
||||
|
|
|
@ -10,8 +10,8 @@ server {
|
|||
# NGINX's 1MB default is far too low for Calibre-Web and LMS-like apps.
|
||||
# So IIAB sets this to 10000M, roughly aligning with similar settings...
|
||||
# 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
|
||||
# https://github.com/iiab/iiab/blob/master/roles/www_options/tasks/php-settings.yml#L90-L91
|
||||
# https://github.com/iiab/iiab/blob/master/roles/www_options/tasks/php-settings.yml#L104-L105
|
||||
# 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…
Add table
Add a link
Reference in a new issue