From 3ce27ba43d5c6e5c1827837ad974b5870c87fc74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1si=20Benjamin?= Date: Sat, 12 Aug 2017 12:57:18 +0200 Subject: [PATCH] Update cake-nginx-secure.vhost --- cake-nginx-secure.vhost | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/cake-nginx-secure.vhost b/cake-nginx-secure.vhost index 98fd930..f176e4b 100644 --- a/cake-nginx-secure.vhost +++ b/cake-nginx-secure.vhost @@ -35,3 +35,9 @@ location = /index.php { fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; fastcgi_intercept_errors on; } + +location ~ /.well-known { + allow all; + root {DOCROOT}; + try_files $uri; +}