mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Update admin_manual/configuration_3rdparty.rst
fixed a typo.
This commit is contained in:
parent
fafdddd2d2
commit
8f886b2a22
@ -8,10 +8,10 @@ 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.
|
||||
If you want to change the default 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",
|
||||
"3rdpartyroot" => OC::$SERVERROOT.'/3rdparty',
|
||||
"3rdpartyurl" => "/3rdparty",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user