1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00
This commit is contained in:
root 2023-01-10 18:58:34 -05:00
parent 64226e5a6e
commit 31bd87cd1c
2 changed files with 44 additions and 29 deletions

View file

@ -7,6 +7,10 @@ server {
index index.php index.html index.htm;
location /info {
autoindex on; # Directory listing for http://box/info/admin-console/
}
# NGINX's 1MB default is far too low for Calibre-Web and LMS-like apps.
# So IIAB sets this to 500M, roughly aligning with similar settings...
# 1. 'upload_max_filesize = 500M' and 'post_max_size = 500M' are SOMETIMES set in: