Администрирование

# nginx hole fix
if ($request_uri ~* \..*\/.*php) { return 404; }
# .svn hole fix
location ~ /\.(ht|svn) { return 404; }