From 306f1f45eca8020b2aacaad25aa4a10970f2d2db Mon Sep 17 00:00:00 2001 From: Simon L Date: Tue, 25 Apr 2023 11:32:31 +0200 Subject: [PATCH] put mode into quotes Signed-off-by: Simon L --- php/templates/containers.twig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/php/templates/containers.twig b/php/templates/containers.twig index 26097fcc..ae0b3c40 100644 --- a/php/templates/containers.twig +++ b/php/templates/containers.twig @@ -84,9 +84,9 @@ {{ include('includes/aio-config.twig') }}

New AIO instance

{% if apache_port == '443' %} - AIO is currently in "normal" mode which means that it handles the TLS proxying itself. This also means that it cannot be installed behind a web server or reverse proxy (like Apache, Nginx and else). If you want to run AIO behind a web server or reverse proxy (like Apache, Nginx and else), see the reverse proxy documentation.

+ AIO is currently in "normal mode" which means that it handles the TLS proxying itself. This also means that it cannot be installed behind a web server or reverse proxy (like Apache, Nginx and else). If you want to run AIO behind a web server or reverse proxy (like Apache, Nginx and else), see the reverse proxy documentation.

{% else %} - AIO is currently in "reverse proxy" mode which means that it can be installed behind a web server or reverse proxy (like Apache Nginx and else) and does not do the TLS proxying itself.

+ AIO is currently in "reverse proxy mode" which means that it can be installed behind a web server or reverse proxy (like Apache Nginx and else) and does not do the TLS proxying itself.

{% endif %} Please type in the domain into the input field below that will be used for Nextcloud in order to create a new AIO instance.

{% if skip_domain_validation == true %}