mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
http://box/info/admin-console offline docs
This commit is contained in:
parent
64226e5a6e
commit
31bd87cd1c
2 changed files with 44 additions and 29 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue