ispconfig-letsencrypt/apache.letsencrypt.conf

5 lines
167 B
Text
Raw Normal View History

2015-11-09 02:13:08 +01:00
<IfModule mod_headers.c>
<LocationMatch "/.well-known/acme-challenge/*">
Header set Content-Type "application/jose+json"
</LocationMatch>
</IfModule>