letsencrypt-tools/etc/apache2/conf-available/certbot.conf
Matthew Saunders Brown e903be8aed initial commit
2021-03-27 16:15:03 -07:00

5 lines
173 B
Plaintext

# ACME (Automatic Certificate Management Environment)
<Location "/.well-known/acme-challenge/">
ProxyPass "http://127.0.0.1:18080/.well-known/acme-challenge/"
</Location>