aboutsummaryrefslogtreecommitdiffstats
path: root/nginx.conf.patch
diff options
context:
space:
mode:
authorAlexandre Alouit <alexandre.alouit@gmail.com>2015-11-09 02:13:08 +0100
committerAlexandre Alouit <alexandre.alouit@gmail.com>2015-11-09 02:13:08 +0100
commit9ea9794d8b8babae7cb670f8d187f16fbf0ed848 (patch)
tree4320b356ffd01f776b8da5dbd44dd6355b8c5327 /nginx.conf.patch
parent89b7f0006d34c2d3b37a8aad6a9809eb1955b26f (diff)
first working version
Diffstat (limited to 'nginx.conf.patch')
-rw-r--r--nginx.conf.patch15
1 files changed, 15 insertions, 0 deletions
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
+ ##