125e1d95ed
- backup nginx configuration before patch it - apache/nginx « application/jose+json » to « text/plain »
5 lines
No EOL
156 B
Text
5 lines
No EOL
156 B
Text
<IfModule mod_headers.c>
|
|
<LocationMatch "/.well-known/acme-challenge/*">
|
|
Header set Content-Type "text/plain"
|
|
</LocationMatch>
|
|
</IfModule> |