diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2017-06-30 09:26:41 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2017-06-30 09:26:41 +0200 |
commit | 7f674213fb08129bd379d2f87e401a42899a60b8 (patch) | |
tree | 21a6e407335c7664450cf85e0cf4f3903a120d1c /config/apache2.conf | |
parent | d93660085ceba3f81631bba4744b23af7984cd9d (diff) |
wibble
Diffstat (limited to 'config/apache2.conf')
-rw-r--r-- | config/apache2.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/apache2.conf b/config/apache2.conf index 20927fa..471791c 100644 --- a/config/apache2.conf +++ b/config/apache2.conf @@ -5,7 +5,7 @@ # non-ssl one) of each virtual host requiring authorization. <Location /.well-known/acme-challenge/> - ProxyPass unix:///var/run/lacme.socket|http://127.0.0.1/.well-known/acme-challenge/ + ProxyPass unix:///var/run/lacme.socket|http://localhost/.well-known/acme-challenge/ Order allow,deny Allow from all </Location> |