mirror of
https://github.com/nextcloud/docker.git
synced 2025-04-21 11:06:09 +02:00
doc: fix link to OpCache server doc
This commit is contained in:
parent
ababef74e9
commit
6222cca77f
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ RUN set -ex; \
|
||||||
rm -rf /var/lib/apt/lists/*
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# set recommended PHP.ini settings
|
# 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/latest/admin_manual/installation/server_tuning.html#enable-php-opcache
|
||||||
RUN { \
|
RUN { \
|
||||||
echo 'opcache.enable=1'; \
|
echo 'opcache.enable=1'; \
|
||||||
echo 'opcache.interned_strings_buffer=8'; \
|
echo 'opcache.interned_strings_buffer=8'; \
|
||||||
|
|
Loading…
Add table
Reference in a new issue