Created
July 24, 2017 16:16
-
-
Save DZuz14/158a1ac42567d55dbc04de30dfe573bf to your computer and use it in GitHub Desktop.
Well Known Directory Lets Encrypt
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
server { | |
# Other config data will usually fill up this area | |
location ~ /.well-known { | |
allow all; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment