From 08b4b2fa4a90d3164e8ab961e7e7b9750e24f7c6 Mon Sep 17 00:00:00 2001 From: Victor LABORIE Date: Thu, 22 Jun 2017 11:52:27 +0200 Subject: [PATCH] evoacme: change location priority for nginx --- evoacme/templates/nginx.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evoacme/templates/nginx.conf.j2 b/evoacme/templates/nginx.conf.j2 index 116941de..dbb8a769 100644 --- a/evoacme/templates/nginx.conf.j2 +++ b/evoacme/templates/nginx.conf.j2 @@ -1,4 +1,4 @@ -location /.well-known/acme-challenge { +location ~ /.well-known/acme-challenge { alias {{ evoacme_acme_dir }}/.well-known/acme-challenge; try_files $uri =404; allow all;