From e108c6ce0ef5076d84f8246182108038977bff79 Mon Sep 17 00:00:00 2001 From: Benjamin Schmitz Date: Mon, 27 Nov 2023 16:52:34 +0100 Subject: [PATCH] Restore formatting --- roles/proxy/templates/nginx_artemis.conf.j2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/proxy/templates/nginx_artemis.conf.j2 b/roles/proxy/templates/nginx_artemis.conf.j2 index 2adfafe..8d86827 100644 --- a/roles/proxy/templates/nginx_artemis.conf.j2 +++ b/roles/proxy/templates/nginx_artemis.conf.j2 @@ -85,12 +85,12 @@ server { add_header alt-svc 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'; } - {% if proxy_mailto is not none %} +{% if proxy_mailto is not none %} location /mailto { default_type text/html; return 200 ''; } - {% endif %} +{% endif %} location /api/authenticate { proxy_pass http://artemis/api/authenticate;