diff options
Diffstat (limited to 'apache.letsencrypt.conf')
-rw-r--r-- | apache.letsencrypt.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apache.letsencrypt.conf b/apache.letsencrypt.conf new file mode 100644 index 0000000..43ab897 --- /dev/null +++ b/apache.letsencrypt.conf @@ -0,0 +1,5 @@ + <IfModule mod_headers.c> + <LocationMatch "/.well-known/acme-challenge/*"> + Header set Content-Type "application/jose+json" + </LocationMatch> + </IfModule>
\ No newline at end of file |