diff options
Diffstat (limited to 'snippets/apache2.conf')
-rw-r--r-- | snippets/apache2.conf | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/snippets/apache2.conf b/snippets/apache2.conf index 20bf2ad..45d7c7f 100644 --- a/snippets/apache2.conf +++ b/snippets/apache2.conf @@ -5,8 +5,7 @@ # non-ssl one) of each virtual host requiring authorization. <Location /.well-known/acme-challenge/> - ProxyPass unix:///var/run/lacme-www.socket|http://localhost/.well-known/acme-challenge/ - Order allow,deny - Allow from all + ProxyPass unix://@@runstatedir@@/lacme-www.socket|http://localhost/.well-known/acme-challenge/ + Require all granted </Location> |