Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: nginx и ntop
On Fri, Apr 08, 2011 at 02:00:29PM +0400, Dmitry Ivanov wrote:
> Здравствуйте, All.
>
> Решил перед веб-интерфейсом ntop поставить nginx
>
> nginx version: nginx/0.8.54
>
> location /ntop {
> proxy_pass http://127.0.0.1:3000;
> proxy_set_header Host $http_host;
Есть ощущение, что ntop работает только для 127.0.0.1,
а для 192.168.3.111 просто закрывает соедиение.
Возможно, нужно убрать proxy_set_header.
> proxy_intercept_errors on;
Вот это
> chunked_transfer_encoding off;
лишнее.
--
Igor Sysoev
http://sysoev.ru/en/
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|