aboutsummaryrefslogtreecommitdiffstats
path: root/apache.letsencrypt.conf
diff options
context:
space:
mode:
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