aboutsummaryrefslogtreecommitdiffstats
path: root/nginx.conf.patch
diff options
context:
space:
mode:
authorAlexandre Alouit <alexandre.alouit@gmail.com>2015-12-01 17:57:44 +0100
committerAlexandre Alouit <alexandre.alouit@gmail.com>2015-12-01 17:57:44 +0100
commit125e1d95edf71a6c8ac7b14348dc26eccd2a7a97 (patch)
tree516cfd9f7a5020b2e72fbedb8455bb1ee4dac2a7 /nginx.conf.patch
parentcde1917d97281b7e162719de477bf4b65a823491 (diff)
bugfix
- backup nginx configuration before patch it - apache/nginx « application/jose+json » to « text/plain »
Diffstat (limited to 'nginx.conf.patch')
-rw-r--r--nginx.conf.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/nginx.conf.patch b/nginx.conf.patch
index b49364b..63a7d62 100644
--- a/nginx.conf.patch
+++ b/nginx.conf.patch
@@ -1,12 +1,12 @@
---- /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
+--- /etc/nginx/nginx.conf.orig 2015-11-08 02:10:51.275908452 +0100
++++ /etc/nginx/nginx.conf 2015-12-01 17:52:11.275908452 +0100
@@ -9,6 +9,12 @@
http {
+ server {
+ location ~ /.well-known/acme-challenge/(.*) {
-+ default_type application/jose+json;
++ default_type text/plain;
+ }
+ }
+