From e56a8a99b0d0176932a06530d7043d7f603f1534 Mon Sep 17 00:00:00 2001 From: Christopher Trent Date: Fri, 18 Sep 2026 17:40:34 -0700 Subject: [PATCH] Add server requirement for reverse-proxy ports Added a requirement stating that the server must not have an existing reverse-proxy or other services running on ports 80 and/or 443. --- .../pages/depl-examples/ubuntu-compose/ubuntu-compose-prod.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/content/ocis/8.2/modules/admin/pages/depl-examples/ubuntu-compose/ubuntu-compose-prod.adoc b/content/ocis/8.2/modules/admin/pages/depl-examples/ubuntu-compose/ubuntu-compose-prod.adoc index 4a5ce55..8d95b72 100644 --- a/content/ocis/8.2/modules/admin/pages/depl-examples/ubuntu-compose/ubuntu-compose-prod.adoc +++ b/content/ocis/8.2/modules/admin/pages/depl-examples/ubuntu-compose/ubuntu-compose-prod.adoc @@ -75,6 +75,8 @@ Note that this guide expects: * You have at least shell access and can ssh to your host from another machine on your network. You may need `sudo` permissions for some steps later in the setup. +* Your server does not have an existing reverse-proxy or other service running on ports 80 and/or 443. + // deployment specific text, this is for local server, alternatively use the commented ones below for hetzner :text_1: