Created
August 25, 2017 11:56
-
-
Save madbence/b970db4cdcd8bccf86c3989dae89a275 to your computer and use it in GitHub Desktop.
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
location ~ "^/\.well-known/acme-challenge/([-_a-zA-Z0-9]*)$" { | |
default_type text/plain; | |
return 200 "$1.$letsencrypt_account_thumbprint"; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment