Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Created October 15, 2023 17:51
Show Gist options
  • Save miguelmota/939f0228206623e4cc97e72e6d86bd88 to your computer and use it in GitHub Desktop.
Save miguelmota/939f0228206623e4cc97e72e6d86bd88 to your computer and use it in GitHub Desktop.
Nginx deny .git folder access
location ~ /\.git.* {
deny all;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment