From 686773f333b093aad5d09e41715116f5861b7097 Mon Sep 17 00:00:00 2001 From: Nicole Rappe Date: Sat, 6 Jan 2024 20:46:16 -0700 Subject: [PATCH] Update Servers/Linux/iRedMail.md --- Servers/Linux/iRedMail.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Servers/Linux/iRedMail.md b/Servers/Linux/iRedMail.md index 3f8b8de..40f1365 100644 --- a/Servers/Linux/iRedMail.md +++ b/Servers/Linux/iRedMail.md @@ -71,6 +71,7 @@ reboot ## Nested Reverse Proxy Configuration In my homelab environment, I run Traefik reverse proxy in front of everything, which includes the NGINX reverse proxy that iRedMail creates. In my scenario, I have to make some custom adjustments to the reverse proxy dynamic configuration data to ensure it will allow self-signed certificates from iRedMail to communicate with the Traefik reverse proxy successfully. You will see an example Traefik configuration file below. -``` -PLACEHOLDER +```jsx title="/srv/containers/traefik/config/dynamic/dynamic-config.yml" +# ROUTERS +test ``` \ No newline at end of file