location ~ /\.git {
  deny all;
}


参考资料:

https://gist.github.com/jaxbot/5748513