mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Merge pull request #711 from c0fe/master
updated reverse_proxy_configuration.rst
This commit is contained in:
commit
8259a44b4f
@ -65,11 +65,11 @@ you can set the following parameters inside the :file:`config/config.php`.
|
||||
|
||||
<?php
|
||||
$CONFIG = array (
|
||||
"trusted_proxies" => ['10.0.0.1'],
|
||||
"overwritehost" => "ssl-proxy.tld",
|
||||
"overwriteprotocol" => "https",
|
||||
"overwritewebroot" => "/domain.tld/nextcloud",
|
||||
"overwritecondaddr" => "^10\.0\.0\.1$",
|
||||
'trusted_proxies' => ['10.0.0.1'],
|
||||
'overwritehost' => 'ssl-proxy.tld',
|
||||
'overwriteprotocol' => 'https',
|
||||
'overwritewebroot' => '/domain.tld/nextcloud',
|
||||
'overwritecondaddr' => '^10\.0\.0\.1$',
|
||||
);
|
||||
|
||||
.. note:: If you want to use the SSL proxy during installation you have to
|
||||
|
||||
Loading…
Reference in New Issue
Block a user