aboutsummaryrefslogtreecommitdiffstats
path: root/snippets/nginx.conf
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2020-08-04 01:40:31 +0200
committerGuilhem Moulin <guilhem@fripost.org>2020-08-04 01:40:31 +0200
commit2671d497d6d287b4729fed39738a9ad86e78c44c (patch)
tree34599aa17192d0d7441c799d3c013d2659a1ccda /snippets/nginx.conf
parentcfb8e89b5992b51d5d0955509dfedeab228e43eb (diff)
parent49c14fb9faf9aedf1f6c22bff9526ba980d0f23b (diff)
Merge tag 'upstream/0.6.1' into debian
New release 0.6.1
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..6775489 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:@@runstatedir@@/lacme-www.socket;
## Alternatively, you can let nginx serve the requests by
## setting 'challenge-directory' to '/var/www/acme-challenge' in