aboutsummaryrefslogtreecommitdiffstats
path: root/snippets/nginx.conf
diff options
context:
space:
mode:
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 6753ff9..981bdc3 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.socket;
+ proxy_pass http://unix:/var/run/lacme-www.socket;
## Alternatively, you can let nginx serve the requests by
## setting 'challenge-directory' to '/var/www/acme-challenge' in