Здраствуйте. Каке правило rewirite для nginx
<FilesMatch "\.(php|cgi|pl|php3|php4|php5|php6|phps|phtml|shtml)$">
Order allow,deny
Deny from all
</FilesMatch>
Для правила
Order Deny,Allow
Deny from all
Я правильно задаю
location / {
deny all
}
Posted at Nginx Forum: http://forum.nginx.org/read.php?21,211981,211981#msg-211981