Skip to content

Instantly share code, notes, and snippets.

@bdalenoord
Created October 20, 2015 19:04
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bdalenoord/241d594d9cedc61c0099 to your computer and use it in GitHub Desktop.
Save bdalenoord/241d594d9cedc61c0099 to your computer and use it in GitHub Desktop.
NGINX config for 'Lets Encrypt' ACME-challenge
location ^~ /.well-known/ {
allow all;
default_type application/jose+json;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment