From 125e1d95edf71a6c8ac7b14348dc26eccd2a7a97 Mon Sep 17 00:00:00 2001 From: Alexandre Alouit Date: Tue, 1 Dec 2015 17:57:44 +0100 Subject: bugfix MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - backup nginx configuration before patch it - apache/nginx « application/jose+json » to « text/plain » --- nginx.conf.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'nginx.conf.patch') 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; + } + } + -- cgit v1.2.3