ispconfig-letsencrypt/apache.letsencrypt.conf
Alexandre Alouit 125e1d95ed bugfix
- backup nginx configuration before patch it
- apache/nginx « application/jose+json » to « text/plain »
2015-12-01 17:57:44 +01:00

5 lines
No EOL
156 B
Text

<IfModule mod_headers.c>
<LocationMatch "/.well-known/acme-challenge/*">
Header set Content-Type "text/plain"
</LocationMatch>
</IfModule>