Created
May 9, 2016 18:29
-
-
Save omkar0001/182771ab016b0d892d7f25640793e79c to your computer and use it in GitHub Desktop.
This file contains 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
location '/.well-known/acme-challenge' { | |
allow all; | |
default_type "text/plain"; | |
root /usr/share/nginx/letsencrypt; | |
try_files $uri /$1; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment