Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloud.com.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Veyssier <eneiluj@posteo.net>2021-12-03 16:38:25 +0300
committerGitHub <noreply@github.com>2021-12-03 16:38:25 +0300
commitc8d8edd86a80bf1300ff677b2047b91f60e8013a (patch)
tree842e90e01ba29128edf009e820a3cf7f6f6aa0d3
parent75e5712f308f731445cf2defed3da518e32fe110 (diff)
mention the latest doc and warn about recent virtualhost changes (#1579)
Signed-off-by: Julien Veyssier <eneiluj@posteo.net>
-rw-r--r--page-collaboraonline.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/page-collaboraonline.php b/page-collaboraonline.php
index 9081937d..f7c144c8 100644
--- a/page-collaboraonline.php
+++ b/page-collaboraonline.php
@@ -243,6 +243,7 @@
<li><code class="apache">a2enmod proxy_http</code></li>
<li><code class="apache">a2enmod ssl</code></li>
</ol>
+ <p class="section--paragraph"><?php echo $l->t('Warning, if you are using Nextcloud 23 (Nextcloud HUB II), the VirtualHost configuration has changed. You can find the latest installation information on <a href="%s">Collabora Online official documentation</a>', ['https://sdk.collaboraonline.com/docs/installation/Proxy_settings.html#reverse-proxy-with-apache-2-webserver']);?></p>
<p class="section--paragraph"><?php echo $l->t('Afterward, configure one VirtualHost properly to proxy the traffic. For security reason we recommend to use a subdomain such as office.nextcloud.com instead of running on the same domain. An example config can be found below:');?></p>
<p><pre>
<code class="apache">