Hi Guys, I have a problem here. My website, www.tokopedia.com use nginx
1.5.10 with gzip activated. Some of our users got white screen of death
(wsod). It turns out that it is because of gzip. These are what I found :
User report the got wsod. I chat with them, asked them to response header.
But t
So now it doesn't look like it's a caching issue at all. I've completely gutted
my config files and stripped it down, and I'm still seeing the same issue. I
even shot a video of what I'm seeing and stuck it on YouTube as an example
(http://youtu.be/lPR1453YBUw). As the video shows, the connectio
Hello, Maxim!
> The format is "48 bytes of random data", and I don't think that
> compatibility with other software is something to be considered
> here. Ticket keys are to be used between multiple nginx
> instances, nothing more.
>
You are certainly right however this looks like an accident
I'm having an odd issue, and I'm not sure where to start. We've been
implementing a number of NGINX servers recently, and one of them is ...
http://time4livetv.blogspot.com/2014/02/south-park.html
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,247939,247940#msg-247940
I'm having an odd issue, and I'm not sure where to start.
We've been implementing a number of NGINX servers recently, and one of them is
doing a proxy_pass to an older IIS7 server that we'll be phasing out soon,
which is hosting a couple of minor sites in our datacenter.
When initially browsing
Hello!
On Tue, Feb 25, 2014 at 04:34:34PM +0100, Juan Matías wrote:
> Hello everyone, I'm new here and this my first post in this mailing list,
>
> Maybe this is a frequently answered question but I could't find a solution.
> Maybe is a "layer 8" issue.
>
> Right now, I have a Nginx(1.0.8) prox
Hello!
On Tue, Feb 25, 2014 at 08:23:55PM +0400, ZNV wrote:
> Hi!
>
> Recently nginx implemented support for ssl_session_ticket_key allowing
> to setup key(s) for SSL tickets encryption explicitly. This is usefull when
> multiple nginx servers must share the same set of keys in order for any
> s
Hello!
On Tue, Feb 25, 2014 at 09:32:54AM -0500, Kurk_SS wrote:
> I use
>
> http{
> underscores_in_headers on;
> ignore_invalid_headers off;
>
> and all works fine. php code can see HTTP_RANGE in $_SERVER array.
>
> but when I use fastcgi cache.
[...]
> It not works now.
>
> why?
Cache nee
Hi!
Recently nginx implemented support for ssl_session_ticket_key allowing
to setup key(s) for SSL tickets encryption explicitly. This is usefull when
multiple nginx servers must share the same set of keys in order for any
server to accept tickets issued by any other server.
The key file is an op
Hi,
Can nginx run as a forward and revers proxy in the same host?
I am looking for a solution to the below
1) Forward Proxy
App Server > Proxy Server > Internet > Source IP
My App server will need to use a Proxy to fetch files over the internet (I
would usually use Squid for this)
2) Rever
Hello everyone, I'm new here and this my first post in this mailing list,
Maybe this is a frequently answered question but I could't find a solution.
Maybe is a "layer 8" issue.
Right now, I have a Nginx(1.0.8) proxy running on Ubuntu 10.04 32bits,
OpenSSL 0.9.8 doing a https upstream on port 33
I use
http{
underscores_in_headers on;
ignore_invalid_headers off;
and all works fine. php code can see HTTP_RANGE in $_SERVER array.
but when I use fastcgi cache.
location / {
if ($request_method != GET) { break;} #bad request
try_files @echofile @echofile; #request_uri is a target for downloa
Premium Quality – Retro Badges Vectors – Vectors Design. ThemeFlava is
proud to present you a collection of our most loved badges, neatly
handcrafted from primitive vector shapes and inspired by some of the
most relaxing places on Earth. Take a look at the typography…There are
more than 12 fonts us
There is still a rewrite problem with my config:
server {
...
root $root_directory;
index index.php index.html index.htm;
fastcgi_index index.php;
location ~ /mailadmin/(.*.\.php)$ {
root /path/to/root/;
...
index index.php;
}
location / {
return
On Tue, Feb 25, 2014 at 2:49 AM, Maxim Dounin wrote:
> Note (quote from http://nginx.org/r/fastcgi_param):
>
> : These directives are inherited from the previous level if and only
> : if there are no fastcgi_param directives defined on the current
> : level.
>
> There are fastcgi_param directives
15 matches
Mail list logo