mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
configuration_overwrite: use complete code example and add note
This commit is contained in:
parent
d477068cce
commit
310a65d60f
@ -19,8 +19,11 @@ If you want to access your ownCloud installation **http://domain.tld/owncloud**
|
||||
.. code-block:: php
|
||||
|
||||
<?php
|
||||
|
||||
$CONFIG = array (
|
||||
"overwritehost" => "ssl-proxy.tld",
|
||||
"overwriteprotocol" => "https",
|
||||
"overwritewebroot" => "/domain.tld/owncloud",
|
||||
"overwritecondaddr" => "^10\.0\.0\.1$",
|
||||
);
|
||||
|
||||
.. note:: If you want to use the SSL proxy during installation you have to create the :file:`config/config.php` otherwise you have to extend to existing **$CONFIG** array.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user