Skip to content

Instantly share code, notes, and snippets.

@kerryhatcher
Created June 25, 2016 23:34
Show Gist options
  • Save kerryhatcher/4c89393dc9306c856796ceb4dbfc9d93 to your computer and use it in GitHub Desktop.
Save kerryhatcher/4c89393dc9306c856796ceb4dbfc9d93 to your computer and use it in GitHub Desktop.
Lets Encrypt nginx well known config for RHEL 7
#save this file to: /etc/nginx/default.d/le-well-known.conf
location ~ /.well-known {
allow all;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment