Unable to use CHIVE MySQL database management tool
spacereactor
nginx-forum at nginx.us
Mon Oct 18 10:45:45 MSD 2010
i add in the below code for deny all but not sure if is correct or not.
I also remove 3 .htaccess file from chive folder, yii folder and
protected folder
location ~* ^/srv/www/SUBDOMAIN/public_html/yii {
deny all;
}
location ~* ^/srv/www/SUBDOMAIN/public_html/protected {
deny all;
}
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,140870,141783#msg-141783
More information about the nginx
mailing list