we have found the problem
our backend system is sending the wrong content-lenght header information.
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,259482,259521#msg-259521
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailm
hi there
we have a problem while downloading files from our website while spdy is
enabled.
the download wont start and after a few seconds is runs to a timeoute.
if i disable spdy, the download is working.
what could that be.
The log files show me the following error
2015/06/10 09:26:14 [error]
hi
i'm not sure if this is an nginx or pagespeed or maybe linux problem
we're using nginx on RedHat
Linux 2.6.32-504.8.1.el6.x86_64 #1 SMP Fri Dec 19 12:09:25 EST 2014 x86_64
x86_64 x86_64 GNU/Linux
nginx1.6.2 with pagespeed 1.9.32.3beta:
nginx version: nginx/1.6.2
built by gcc 4.4.7 20120313 (R
hi is there any way to change the stub status website layout
i need the values in [vlaue] form (so with the [] on the website.)
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,251791,251791#msg-251791
___
nginx mailing list
nginx@nginx.org
ht
hi
i've created the upstart with the following config
# nginx
description "nginx http daemon"
author "George Shammas "
start on (filesystem and net-device-up IFACE=lo)
stop on runlevel [!2345]
env DAEMON=/usr/sbin/nginx
env PID=/var/run/nginx.pid
expect fork
respawn
respawn limit 10 5
#oom