From 88d39e88c54d2875f1af588838f351b8bcb08e7a Mon Sep 17 00:00:00 2001 From: nbenedek Date: Wed, 6 Jul 2022 19:29:49 +0200 Subject: [PATCH 1/2] reverse proxy: add info about overwrite.cli.url Signed-off-by: Benedek Nagy --- .../configuration_server/reverse_proxy_configuration.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/admin_manual/configuration_server/reverse_proxy_configuration.rst b/admin_manual/configuration_server/reverse_proxy_configuration.rst index c1be32a18..0c45b3ba1 100644 --- a/admin_manual/configuration_server/reverse_proxy_configuration.rst +++ b/admin_manual/configuration_server/reverse_proxy_configuration.rst @@ -51,6 +51,7 @@ or webroot you can use the **overwrite** parameters inside the :file:`config/con * :file:`overwriteprotocol` set the protocol of the proxy. You can choose between the two options **http** and **https**. * :file:`overwritewebroot` set the absolute web path of the proxy to the Nextcloud folder. * :file:`overwritecondaddr` overwrite the values dependent on the remote address. The value must be a **regular expression** of the IP addresses of the proxy. This is useful when you use a reverse SSL proxy only for https access and you want to use the automatic detection for http access. +* :file:`overwrite.cli.url` the base URL for any URLs which are generated within Nextcloud using any kind of command line tools. For example, the value set here will be used by the notifications area. Leave the value empty or omit the parameter to keep the automatic detection. @@ -158,6 +159,7 @@ you can set the following parameters inside the :file:`config/config.php`. 'overwriteprotocol' => 'https', 'overwritewebroot' => '/domain.tld/nextcloud', 'overwritecondaddr' => '^10\.0\.0\.1$', + 'overwrite.cli.url' => 'https://domain.tld/nextcloud', ); .. note:: If you want to use the SSL proxy during installation you have to From a3ea7079304cf2869a75fabe507d0043e71da0c5 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sat, 10 Dec 2022 20:27:46 +0100 Subject: [PATCH 2/2] Update admin_manual/configuration_server/reverse_proxy_configuration.rst Co-authored-by: Simon L. Signed-off-by: Daniel --- .../configuration_server/reverse_proxy_configuration.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin_manual/configuration_server/reverse_proxy_configuration.rst b/admin_manual/configuration_server/reverse_proxy_configuration.rst index 0c45b3ba1..899aee6df 100644 --- a/admin_manual/configuration_server/reverse_proxy_configuration.rst +++ b/admin_manual/configuration_server/reverse_proxy_configuration.rst @@ -159,7 +159,7 @@ you can set the following parameters inside the :file:`config/config.php`. 'overwriteprotocol' => 'https', 'overwritewebroot' => '/domain.tld/nextcloud', 'overwritecondaddr' => '^10\.0\.0\.1$', - 'overwrite.cli.url' => 'https://domain.tld/nextcloud', + 'overwrite.cli.url' => 'https://domain.tld/, ); .. note:: If you want to use the SSL proxy during installation you have to