From 9ea9794d8b8babae7cb670f8d187f16fbf0ed848 Mon Sep 17 00:00:00 2001 From: Alexandre Alouit Date: Mon, 9 Nov 2015 02:13:08 +0100 Subject: first working version --- nginx.conf.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 nginx.conf.patch (limited to 'nginx.conf.patch') diff --git a/nginx.conf.patch b/nginx.conf.patch new file mode 100644 index 0000000..b49364b --- /dev/null +++ b/nginx.conf.patch @@ -0,0 +1,15 @@ +--- /etc/nginx/nginx.conf.orig 2015-11-08 01:44:42.558552834 +0100 ++++ /etc/nginx/nginx.conf 2015-11-08 02:10:51.275908452 +0100 +@@ -9,6 +9,12 @@ + + http { + ++ server { ++ location ~ /.well-known/acme-challenge/(.*) { ++ default_type application/jose+json; ++ } ++ } ++ + ## + # Basic Settings + ## -- cgit v1.2.3