Created
June 25, 2016 23:34
-
-
Save kerryhatcher/4c89393dc9306c856796ceb4dbfc9d93 to your computer and use it in GitHub Desktop.
Lets Encrypt nginx well known config for RHEL 7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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