aboutsummaryrefslogtreecommitdiffstats
path: root/nginx.conf.patch
diff options
context:
space:
mode:
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
+ ##