Merge pull request #711 from c0fe/master

updated reverse_proxy_configuration.rst
This commit is contained in:
Morris Jobke 2018-03-07 20:34:31 +01:00 committed by GitHub
commit 8259a44b4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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