António P. P. Almeida

Results 55 comments of António P. P. Almeida

A little bit more patience :( I hope to a have a _mo' better Varnish without Varnish_ by the weekend. Let's see.

It's in the first working version. There are several ways to do "Varnish" in Nginx. I've choosen to front a site with a proxy that intercepts all static calls and...

BTW I've added ETag support. It requires Nginx >= 1.3.3.

@Fidelix @paradoxni @hmoen @moehac @priyadarshan Anyone ventured with this? I.e., using Nginx in lieu of Varnish? Feedback is needed to progress :) Thanks.

Well not necessarily, because the connection is not directly to a child but to the fpm process as a all that then marshalls the requests to the children. The idea...

1. First what you have above is not the config suggested here. 2. You'll have problems with URIs ending in .php. My suggestion is to export all redirects and use...

Hmm. What's in the logs?

I have to look into it. Is this a D7 or D6 site?

Hmm, The `internal` keyword only forbids direct access. This means that somewhere IMCE makes a **direct** request to `index.php`. I'll open up an issue in that project issue queue.I think...

@rodrigoaguilera I think it's a Content-Type thing. Try setting: ``` nginx default_type 'text/plain'; ``` inside the `robots.txt` location.