From 89f8c948d7b39314d7fc997643874adc6be92462 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Thu, 22 Aug 2019 00:30:11 +0200 Subject: Use /run for the listening socket of the webserver component. --- snippets/apache2.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'snippets/apache2.conf') diff --git a/snippets/apache2.conf b/snippets/apache2.conf index 20bf2ad..e1d56a9 100644 --- a/snippets/apache2.conf +++ b/snippets/apache2.conf @@ -5,7 +5,7 @@ # non-ssl one) of each virtual host requiring authorization. - ProxyPass unix:///var/run/lacme-www.socket|http://localhost/.well-known/acme-challenge/ + ProxyPass unix:///run/lacme-www.socket|http://localhost/.well-known/acme-challenge/ Order allow,deny Allow from all -- cgit v1.2.3