Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/documentation.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/go.php
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-02-25 00:51:44 +0300
committerMorris Jobke <hey@morrisjobke.de>2017-02-25 00:51:44 +0300
commit2096de5bbd8988fd5a856ece2f6efc1ea418cfbb (patch)
treee26222ea69be196390f2a325952c7b5b1bc534b2 /go.php
parent2ccd6eb730500563e7664738074127267ce2ec0b (diff)
Opcache performance doc
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'go.php')
-rw-r--r--go.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/go.php b/go.php
index ffed53232..f864b7a31 100644
--- a/go.php
+++ b/go.php
@@ -28,6 +28,7 @@ $mapping = array(
'admin-backup' => '/admin_manual/maintenance/backup.html',
'admin-monitoring' => '/admin_manual/operations/considerations_on_monitoring.html',
'admin-sso' => '/admin_manual/configuration_server/sso_configuration.html',
+ 'admin-php-opcache' => '/admin_manual/configuration_server/server_tuning.html#enable-php-opcache',
'developer-code-integrity'=> '/developer_manual/app/code_signing.html',
'developer-theming' => '/developer_manual/core/theming.html',