Created
March 31, 2016 09:33
-
-
Save jillro/d9cdfbd1661a6adda3cf11c26a37a307 to your computer and use it in GitHub Desktop.
File to include in my server nginx conf.
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 { | |
| root /var/www/letsencrypt/; | |
| try_files $uri =404; | |
| allow all; | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment