nginx version: nginx/0.8.34 bug ( nginx protect folder dont work )
Rob Schultz
rschultz7 at gmail.com
Sun Apr 4 20:28:00 MSD 2010
On Apr 4, 2010, at 11:26 AM, "conlele" <nginx-forum at nginx.us> wrote:
> my config nginx.conf
>
> location /database/ {
> root /var/www/vhost/mysite.com/htdocs/database;
> index index.php index.html index.htm;
> allow xxx.xxx.xxx.xxx;
> allow yyy.yyy.yyy.yyy;
> deny all;
> }
>
> when restart nginx with config.
> any ip can open http://mysite.com/database/index.php
>
> my nginx.config is wrong or true .
Config is wrong read
http://nginx.org/pipermail/nginx/2010-March/019544.html
V/r,
Rob Schultz
More information about the nginx
mailing list