From: Silvio Rhatto Date: Sat, 20 Oct 2018 01:41:37 +0000 (-0300) Subject: Add slash into acme-challenge location X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=2f89f6dfefd61bdab5e95a62d004a093e65bf136;p=puppet-nginx.git Add slash into acme-challenge location --- diff --git a/templates/site.erb b/templates/site.erb index 3fe5f81..5774293 100644 --- a/templates/site.erb +++ b/templates/site.erb @@ -2,7 +2,7 @@ server { listen 80; server_name <%= @server_name %> <%= @aliases %>; - location /.well-known/acme-challenge { + location /.well-known/acme-challenge/ { root /var/spool/certbot/<%= @server_name %>; }