ispconfig-letsencrypt/apache.letsencrypt.conf

5 lines
156 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 "text/plain"
2015-11-09 02:13:08 +01:00
</LocationMatch>
</IfModule>