diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2019-08-22 00:30:11 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2019-08-22 00:34:04 +0200 |
commit | 89f8c948d7b39314d7fc997643874adc6be92462 (patch) | |
tree | 7c979a4eb191a412888f1ad0030e856db4fec70f /config | |
parent | 454b29d61daaba8f19f0d890d59d259ef1416907 (diff) |
Use /run for the listening socket of the webserver component.
Diffstat (limited to 'config')
-rw-r--r-- | config/lacme.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/lacme.conf b/config/lacme.conf index 39c8654..7c3833d 100644 --- a/config/lacme.conf +++ b/config/lacme.conf @@ -62,7 +62,7 @@ # Comma- or space-separated list of addresses to listen on, for instance # "0.0.0.0:80 [::]:80". # -#listen = /var/run/lacme-www.socket +#listen = /run/lacme-www.socket # Non-existent directory under which an external HTTP daemon is # configured to serve GET requests for challenge files under |