Skip to content

Commit

Permalink
Restore formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
bensofficial committed Nov 27, 2023
1 parent 12b43a7 commit e108c6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/proxy/templates/nginx_artemis.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -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 '<html><head><meta http-equiv="Refresh" content="0; url=mailto:{{ proxy_mailto }}" /></head></html>';
}
{% endif %}
{% endif %}

location /api/authenticate {
proxy_pass http://artemis/api/authenticate;
Expand Down

0 comments on commit e108c6c

Please sign in to comment.