I setup an NGINX webserver and use svn to manage project folder. Nessus found the weakness:
Configure permissions for the affected
web server to deny access to the
'.svn' directory.
How do I block access to the .svn
directory? It seems that svn export
is the more preferable way to checkout on the webserver, but it easier to me to use svn up
.