On Mon, 2013-06-17 at 16:34 +1000, Daniel Black wrote:
>
> - Original Message -
> > I'm having some trouble getting the nginx plugin working for munin.
> > I've added the following to nginx config and restarted:
> >
> > location /nginx_status {
> > stub_status on;
> > access_log off;
> >
Perhaps munin connects over ipv6? Can you allow ::1?
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
- Original Message -
> I'm having some trouble getting the nginx plugin working for munin.
> I've added the following to nginx config and restarted:
>
> location /nginx_status {
> stub_status on;
> access_log off;
> allow 127.0.0.1;
> deny all;
> }
>
> I've added the following munin con
I'm having some trouble getting the nginx plugin working for munin.
I've added the following to nginx config and restarted:
location /nginx_status {
stub_status on;
access_log off;
allow 127.0.0.1;
deny all;
}
I've added the following munin config:
[nginx*]
env.
В 01:01 +0300 на 16.06.2013 (нд), Vasil Kolev написа:
> В 22:06 +0100 на 15.06.2013 (сб), Francis Daly написа:
>
> > The usual first step would be to see whether the problem persists when
> > you just use the distributed nginx, with no external modules or patches.
> >
> > But in this case, that's
Hi all,
Today, I'm doing some trials with slowfs module but "static gzpied
content" (example: css and js files also have compressed companions on
disk) is been stored in plain text and not compressed. So, they'll be
compressed again and again on each request. Any help?
--
Raul Rivero
__
Hi, thanks for answering so quickly.
You are right, we should not go so far as to implement a conversion from
strong to weak ETags.
And alo, Last-Modified header could be preferable.
Wen dynamic content is generated, setting a Last-Modified header requires
inside knowledge from the app server. ET