aboutsummaryrefslogtreecommitdiffstats
path: root/apache.letsencrypt.conf
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 /apache.letsencrypt.conf
parentcde1917d97281b7e162719de477bf4b65a823491 (diff)
bugfix
- backup nginx configuration before patch it - apache/nginx « application/jose+json » to « text/plain »
Diffstat (limited to 'apache.letsencrypt.conf')
-rw-r--r--apache.letsencrypt.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/apache.letsencrypt.conf b/apache.letsencrypt.conf
index 43ab897..9b78347 100644
--- a/apache.letsencrypt.conf
+++ b/apache.letsencrypt.conf
@@ -1,5 +1,5 @@
<IfModule mod_headers.c>
<LocationMatch "/.well-known/acme-challenge/*">
- Header set Content-Type "application/jose+json"
+ Header set Content-Type "text/plain"
</LocationMatch>
</IfModule> \ No newline at end of file