Created
November 13, 2015 20:37
-
-
Save kotnik/f0691e1e43c4d7d94284 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 { | |
default_type text/plain; | |
alias /srv/<%= @user %>/www/.well-known/acme-challenge; | |
} | |
location ~ ^/(?!\.well-known)\..*$ { return 403; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment