Skip to content

Instantly share code, notes, and snippets.

@marshallmick007
Created June 24, 2017 19:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marshallmick007/a3d7df4b1597493883fbbe04917d0542 to your computer and use it in GitHub Desktop.
Save marshallmick007/a3d7df4b1597493883fbbe04917d0542 to your computer and use it in GitHub Desktop.
# Allow Generic Lets-Encrypt store
location ^~ /.well-known/acme-challenge/ {
root /srv/apps/www/acme-challenge/;
try_files $uri =404;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment