From 4aa98d39d5df1c12cdfac14a78e09364aca723b2 Mon Sep 17 00:00:00 2001 From: Jacob Michalskie Date: Oct 07 2022 21:21:43 +0000 Subject: Quote off to escape it --- diff --git a/pillar/role/mailman3.sls b/pillar/role/mailman3.sls index 4633c9b..dff7699 100644 --- a/pillar/role/mailman3.sls +++ b/pillar/role/mailman3.sls @@ -68,7 +68,7 @@ nginx: - proxy_set_header: X-Forwarded-Proto https - proxy_set_header: X-Forwarded-Protocol ssl - proxy_set_header: Host $http_host - - proxy_redirect: off + - proxy_redirect: "off" - proxy_pass: http://mailmanweb enabled: True