nextcloud: use nginx-php as underlying image

This commit is contained in:
Wonderfall
2017-04-29 01:24:54 +02:00
parent 5b3faf6c24
commit 93189b1d0c
28 changed files with 202 additions and 208 deletions

View File

@ -0,0 +1,8 @@
zend_extension=opcache.so
opcache.enable=1
opcache.enable_cli=1
opcache.fast_shutdown=1
opcache.memory_consumption=<OPCACHE_MEM_SIZE>
opcache.interned_strings_buffer=16
opcache.max_accelerated_files=10000
opcache.revalidate_freq=60