]> gitweb.fluxo.info Git - puppet-nginx.git/commitdiff
Add slash into acme-challenge location
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 20 Oct 2018 01:41:37 +0000 (22:41 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 20 Oct 2018 01:41:37 +0000 (22:41 -0300)
templates/site.erb

index 3fe5f8148a5280dcd16c7654078154e7d93fb11f..57742932888e194e5a7c6688e52d456eebb10a34 100644 (file)
@@ -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 %>;
   }