]> git.pld-linux.org Git - packages/dehydrated.git/commitdiff
add nginx.conf
authorElan Ruusamäe <glen@delfi.ee>
Thu, 4 Aug 2016 12:08:05 +0000 (15:08 +0300)
committerElan Ruusamäe <glen@delfi.ee>
Thu, 4 Aug 2016 12:08:05 +0000 (15:08 +0300)
nginx.conf [new file with mode: 0644]

diff --git a/nginx.conf b/nginx.conf
new file mode 100644 (file)
index 0000000..cecb2ba
--- /dev/null
@@ -0,0 +1,3 @@
+location /.well-known/acme-challenge {
+       alias /etc/webapps/letsencrypt.sh/acme-challenges;
+}
This page took 0.134914 seconds and 4 git commands to generate.