aboutsummaryrefslogtreecommitdiffstats
path: root/lacme
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2019-08-22 00:30:11 +0200
committerGuilhem Moulin <guilhem@fripost.org>2019-08-22 00:34:04 +0200
commit89f8c948d7b39314d7fc997643874adc6be92462 (patch)
tree7c979a4eb191a412888f1ad0030e856db4fec70f /lacme
parent454b29d61daaba8f19f0d890d59d259ef1416907 (diff)
Use /run for the listening socket of the webserver component.
Diffstat (limited to 'lacme')
-rwxr-xr-xlacme2
1 files changed, 1 insertions, 1 deletions
diff --git a/lacme b/lacme
index d5e8933..5ad28a8 100755
--- a/lacme
+++ b/lacme
@@ -98,7 +98,7 @@ do {
map {$_ => undef} qw/server timeout SSL_verify SSL_version SSL_cipher_list/
},
webserver => {
- listen => '/var/run/lacme-www.socket',
+ listen => '/run/lacme-www.socket',
'challenge-directory' => undef,
user => 'www-data',
group => 'www-data',