chromedom/contrib/acme.conf

7 lines
158 B
Plaintext
Raw Permalink Normal View History

location /.well-known {
alias /srv/http/acme/.well-known;
location ~ /.well-known/(.*) {
default_type text/plain;
}
}