You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

letsencrypt.conf 327B

12345678910
  1. <IfModule mod_proxy.c>
  2. <Location "/.well-known/acme-challenge/">
  3. ProxyPass "http://127.0.0.1:9999/.well-known/acme-challenge/" retry=1
  4. ProxyPassReverse "http://127.0.0.1:9999/.well-known/acme-challenge/"
  5. ProxyPreserveHost On
  6. Order allow,deny
  7. Allow from all
  8. Require all granted
  9. </Location>
  10. </IfModule>