Go to file
2017-09-25 00:13:47 +02:00
conf Initial import 2017-06-16 02:00:42 +02:00
DOC Initial import 2017-06-16 02:00:42 +02:00
.gitignore Initial import 2017-06-16 02:00:42 +02:00
install_ownloud.txt Initial import 2017-06-16 02:00:42 +02:00
README.php.ini Initial import 2017-06-16 02:00:42 +02:00
update_nextcloud.sh Flush redis cache and restart redis server after nextcloud is updated. 2017-09-25 00:13:47 +02:00

PHP configuration (php.ini)
   memory_limit....................: 512M
   max_execution_time..............: 180
   upload_max_filesize.............: 64M
   post_max_size...................: 513M
   mbstring.func_overload..........: 0
   always_populate_raw_post_data...: -1
   default_charset.................: 'UTF-8'
   output_buffering................: off

apcu:
   apc.enable_cli = 1


## - Notice:
## -
## - You can set cloud spezific php settings in file ".user.ini":
## -    upload_max_filesize=2G
## -    post_max_size=2G
## -    memory_limit=512M
## -    mbstring.func_overload=0
## -    always_populate_raw_post_data=-1
## -    default_charset='UTF-8'
## -    output_buffering=0
## -
## - making this file (.user.ini) writable by webserver user, you can 
## - set some values as "upload_max_filesize" in admin area.
## -