From 468f2c718d001363434e9582b9947ac3b0ca102c Mon Sep 17 00:00:00 2001 From: Jacob Michalskie Date: Oct 07 2022 20:54:22 +0000 Subject: Add a missing colon --- diff --git a/pillar/role/mailman3.sls b/pillar/role/mailman3.sls index c0c4d79..4633c9b 100644 --- a/pillar/role/mailman3.sls +++ b/pillar/role/mailman3.sls @@ -62,7 +62,7 @@ nginx: - location /static/: - alias: /srv/www/webapps/mailman/web/static/ - location /: - - try_files $uri @mailmanweb + - try_files: $uri @mailmanweb - location @mailmanweb: - proxy_set_header: X-Forwarded-For $proxy_add_x_forwarded_for - proxy_set_header: X-Forwarded-Proto https