mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 10:20:02 +07:00
Create configuration_3rdparty.rst
added a description of the 3rd-party settings.
This commit is contained in:
17
admin_manual/configuration_3rdparty.rst
Normal file
17
admin_manual/configuration_3rdparty.rst
Normal file
@@ -0,0 +1,17 @@
|
||||
3rd-Party Configuration
|
||||
=======================
|
||||
|
||||
ownCloud resorts to some 3rd-party PHP components to provide its functionality.
|
||||
These components are part of the software package and are usually shipped in
|
||||
the ``/3rdparty`` folder.
|
||||
|
||||
Parameters
|
||||
----------
|
||||
|
||||
If you want to change the location of the 3rd-party folder for some reason you
|
||||
can use the ``3rdpartyroot`` parameter to define the absolute file system path
|
||||
to the folder. The ``3rdpartyurl`` parameter is used to define the http web
|
||||
path to that folder, starting at the ownCloud web root.
|
||||
::
|
||||
"3rdpartyroot" => "OC::$SERVERROOT.'/3rdparty'",
|
||||
"3rdpartyurl" => "/3rdparty",
|
||||
Reference in New Issue
Block a user