Skip to content

Instantly share code, notes, and snippets.

@DZuz14
Created July 24, 2017 16:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DZuz14/158a1ac42567d55dbc04de30dfe573bf to your computer and use it in GitHub Desktop.
Save DZuz14/158a1ac42567d55dbc04de30dfe573bf to your computer and use it in GitHub Desktop.
Well Known Directory Lets Encrypt
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