mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
nextcloud: update link to opcache settings docs
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
b17648e357
commit
45a4e9b1e2
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ RUN set -ex; \
|
|||
} >> /usr/local/etc/php/conf.d/docker-php-ext-igbinary.ini; \
|
||||
\
|
||||
# set recommended PHP.ini settings
|
||||
# see https://docs.nextcloud.com/server/stable/admin_manual/configuration_server/server_tuning.html#enable-php-opcache
|
||||
# see https://docs.nextcloud.com/server/stable/admin_manual/installation/server_tuning.html#enable-php-opcache and below
|
||||
{ \
|
||||
echo 'opcache.max_accelerated_files=10000'; \
|
||||
echo 'opcache.memory_consumption=256'; \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue