Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Ограничить доступ к пап ке по ip
On 17.09.2011, at 16:45, EDark wrote:
>
> location ^~ /admin/ {
> root /var/www/user/data/public_html;
эта директива тут не нужна совсем, т.к. все запросы проксируются
> proxy_pass http://IP:8080;
> proxy_redirect http://site.ru:8080/ /;
> proxy_set_header Host $host;
> proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
> proxy_set_header X-Real-IP $remote_addr;
> allow 187.233.0.0/16;
> deny all;
так лучше, чем через .htaccess
> }
>
> Posted at Nginx Forum:
> http://forum.nginx.org/read.php?21,215312,215333#msg-215333
>
> _______________________________________________
> nginx-ru mailing list
> nginx-ru@xxxxxxxxx
> http://mailman.nginx.org/mailman/listinfo/nginx-ru
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru
|