Skip to content

Instantly share code, notes, and snippets.

@freemanirl
Last active November 3, 2016 13:19
Show Gist options
  • Save freemanirl/7707225ab52c425aba2e98d5780b7bfc to your computer and use it in GitHub Desktop.
Save freemanirl/7707225ab52c425aba2e98d5780b7bfc to your computer and use it in GitHub Desktop.
Well Known Nginx Conf For LetsEncrypt
location ~ /.well-known {
allow all;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment