aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2017-06-30 09:26:41 +0200
committerGuilhem Moulin <guilhem@fripost.org>2017-06-30 09:26:41 +0200
commit7f674213fb08129bd379d2f87e401a42899a60b8 (patch)
tree21a6e407335c7664450cf85e0cf4f3903a120d1c
parentd93660085ceba3f81631bba4744b23af7984cd9d (diff)
wibble
-rw-r--r--config/apache2.conf2
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>