Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mgedmin/e51152393051dcd9588af17cbfc92ff7 to your computer and use it in GitHub Desktop.
Save mgedmin/e51152393051dcd9588af17cbfc92ff7 to your computer and use it in GitHub Desktop.
Alias /.well-known/acme-challenge {{ letsencrypt_webroot }}/.well-known/acme-challenge
<Directory {{ letsencrypt_webroot }}>
Order allow,deny
Allow from all
Satisfy Any
</Directory>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment