nextcloud: add variables for apc and opcache memory size

This commit is contained in:
Wonderfall
2016-09-19 13:14:53 +02:00
parent d2969c59ea
commit 649cf6c819
13 changed files with 26 additions and 12 deletions

View File

@ -29,6 +29,8 @@
- **UID** : nextcloud user id *(default : 991)*
- **GID** : nextcloud group id *(default : 991)*
- **UPLOAD_MAX_SIZE** : maximum upload size *(default : 10G)*
- **APC_SHM_SIZE** : apc memory size *(default : 128M)*
- **OPCACHE_MEM_SIZE** : opcache memoery size in megabytes *(default : 128)*
#### Port
- **8888** (recently changed, nginx now runs without root)