aboutsummaryrefslogtreecommitdiffstats
path: root/snippets/nginx.conf
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 /snippets/nginx.conf
parent454b29d61daaba8f19f0d890d59d259ef1416907 (diff)
Use /run for the listening socket of the webserver component.
Diffstat (limited to 'snippets/nginx.conf')
-rw-r--r--snippets/nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/snippets/nginx.conf b/snippets/nginx.conf
index 981bdc3..86592d2 100644
--- a/snippets/nginx.conf
+++ b/snippets/nginx.conf
@@ -6,7 +6,7 @@
location ^~ /.well-known/acme-challenge/ {
# Pass ACME requests to lacme's webserver component
- proxy_pass http://unix:/var/run/lacme-www.socket;
+ proxy_pass http://unix:/run/lacme-www.socket;
## Alternatively, you can let nginx serve the requests by
## setting 'challenge-directory' to '/var/www/acme-challenge' in