Skip to content

Instantly share code, notes, and snippets.

@kotnik
Created November 13, 2015 20:37
Show Gist options
  • Save kotnik/f0691e1e43c4d7d94284 to your computer and use it in GitHub Desktop.
Save kotnik/f0691e1e43c4d7d94284 to your computer and use it in GitHub Desktop.
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