From b156a05ddabc4e9dd8b7c703e42e83f99a184121 Mon Sep 17 00:00:00 2001 From: DerLinkman Date: Thu, 15 Dec 2022 15:38:44 +0100 Subject: [PATCH] Set Compose Toggler in NGINX Section --- .../Nginx/u_e-nginx_webmail-site.de.md | 30 +++++++++++++++++-- .../Nginx/u_e-nginx_webmail-site.en.md | 30 +++++++++++++++++-- 2 files changed, 56 insertions(+), 4 deletions(-) diff --git a/docs/manual-guides/Nginx/u_e-nginx_webmail-site.de.md b/docs/manual-guides/Nginx/u_e-nginx_webmail-site.de.md index 75eaa0d0c..f3b40cbc3 100644 --- a/docs/manual-guides/Nginx/u_e-nginx_webmail-site.de.md +++ b/docs/manual-guides/Nginx/u_e-nginx_webmail-site.de.md @@ -26,7 +26,19 @@ server { } ``` -Speichern Sie und starten Sie Nginx neu: `docker compose restart nginx-mailcow`. +Speichern Sie und starten Sie Nginx neu: + +=== "docker compose (Plugin)" + + ``` bash + docker compose restart nginx-mailcow + ``` + +=== "docker-compose (Standalone)" + + ``` bash + docker-compose restart nginx-mailcow + ``` Öffnen Sie nun `mailcow.conf` und suchen Sie `ADDITIONAL_SAN`. Fügen Sie `webmail.example.org` zu diesem Array hinzu, verwenden Sie keine Anführungszeichen! @@ -35,4 +47,18 @@ Fügen Sie `webmail.example.org` zu diesem Array hinzu, verwenden Sie keine Anf ADDITIONAL_SAN=webmail.example.org ``` -Führen Sie `docker compose up -d` aus. Siehe "acme-mailcow" und "nginx-mailcow" Logs, wenn etwas fehlschlägt. \ No newline at end of file +Führen Sie den Befehl aus: + +=== "docker compose (Plugin)" + + ``` bash + docker compose up -d + ``` + +=== "docker-compose (Standalone)" + + ``` bash + docker-compose up -d + ``` + +Siehe "acme-mailcow" und "nginx-mailcow" Logs, wenn etwas fehlschlägt \ No newline at end of file diff --git a/docs/manual-guides/Nginx/u_e-nginx_webmail-site.en.md b/docs/manual-guides/Nginx/u_e-nginx_webmail-site.en.md index 4e7819023..1aacb0f77 100644 --- a/docs/manual-guides/Nginx/u_e-nginx_webmail-site.en.md +++ b/docs/manual-guides/Nginx/u_e-nginx_webmail-site.en.md @@ -26,7 +26,19 @@ server { } ``` -Save and restart Nginx: `docker compose restart nginx-mailcow`. +Save and restart Nginx: + +=== "docker compose (Plugin)" + + ``` bash + docker compose restart nginx-mailcow + ``` + +=== "docker-compose (Standalone)" + + ``` bash + docker-compose restart nginx-mailcow + ``` Now open `mailcow.conf` and find `ADDITIONAL_SAN`. Add `webmail.example.org` to this array, don't use quotes! @@ -35,4 +47,18 @@ Add `webmail.example.org` to this array, don't use quotes! ADDITIONAL_SAN=webmail.example.org ``` -Run `docker compose up -d`. See "acme-mailcow" and "nginx-mailcow" logs if anything fails. \ No newline at end of file +Run the command to apply the changes: + +=== "docker compose (Plugin)" + + ``` bash + docker compose up -d + ``` + +=== "docker-compose (Standalone)" + + ``` bash + docker-compose up -d + ``` + + See "acme-mailcow" and "nginx-mailcow" logs if anything fails. \ No newline at end of file