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.

sitegen.conf 421B

12345678910111213141516
  1. Alias "/.well-known/acme-challenge/" "/tmp/acme-challenge/.well-known/acme-challenge/"
  2. <IfModule mod_proxy.c>
  3. ProxyPass /.well-known/acme-challenge !
  4. </IfModule>
  5. <Directory /tmp/acme-challenge>
  6. Options -Indexes -FollowSymLinks
  7. AllowOverride All
  8. Require all granted
  9. Satisfy Any
  10. Allow from all
  11. </Directory>
  12. <Location /.well-known/acme-challenge>
  13. Require all granted
  14. Satisfy Any
  15. Allow from all
  16. </Location>