Remove outdated config switches

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke
2018-11-30 17:53:32 +01:00
parent 7fc77a0d67
commit e23b3da182
2 changed files with 0 additions and 24 deletions

View File

@@ -18,7 +18,6 @@ Server configuration
harden_server
antivirus_configuration
reverse_proxy_configuration
thirdparty_php_configuration
automatic_configuration
server_tuning
theming

View File

@@ -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:
::
<?php
"3rdpartyroot" => OC::$SERVERROOT."/3rdparty",
"3rdpartyurl" => "/3rdparty",