From e23b3da182d93d61fa9fda8f23007a5f1998514a Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Fri, 30 Nov 2018 17:53:32 +0100 Subject: [PATCH] Remove outdated config switches Signed-off-by: Morris Jobke --- admin_manual/configuration_server/index.rst | 1 - .../thirdparty_php_configuration.rst | 23 ------------------- 2 files changed, 24 deletions(-) delete mode 100644 admin_manual/configuration_server/thirdparty_php_configuration.rst diff --git a/admin_manual/configuration_server/index.rst b/admin_manual/configuration_server/index.rst index 8d67a8552..bb7496826 100644 --- a/admin_manual/configuration_server/index.rst +++ b/admin_manual/configuration_server/index.rst @@ -18,7 +18,6 @@ Server configuration harden_server antivirus_configuration reverse_proxy_configuration - thirdparty_php_configuration automatic_configuration server_tuning theming diff --git a/admin_manual/configuration_server/thirdparty_php_configuration.rst b/admin_manual/configuration_server/thirdparty_php_configuration.rst deleted file mode 100644 index 9d8dfebc4..000000000 --- a/admin_manual/configuration_server/thirdparty_php_configuration.rst +++ /dev/null @@ -1,23 +0,0 @@ -================================ -Using third party PHP components -================================ - -Nextcloud uses some third party PHP components to provide some of its functionality. These components are part of the software package and are contained in the **/3rdparty** folder. - -Managing third party parameters -------------------------------- - -When using third party components, keep the following parameters in mind: - -* **3rdpartyroot** -- Specifies the location of the 3rd-party folder. To change the default location of this folder, you can use this parameter to define the absolute file system path to the folder location. - -* **3rdpartyurl** -- Specifies the http web path to the 3rdpartyroot folder, starting at the Nextcloud web root. - -An example of what these parameters might look like is as follows: - -:: - - OC::$SERVERROOT."/3rdparty", - "3rdpartyurl" => "/3rdparty",