On Sat, Nov 23, 2013 at 12:55:09PM -0500, Ian Evans wrote:
> On 19/11/2013 4:31 AM, Francis Daly wrote:
Hi there,
> > *If* that php is set to always return cookies, then you might want to
> > run a separate php-fpm that does not return cookies for the static
> > site. But that's a side issue.
>
On Sat, Nov 23, 2013 at 01:11:46PM -0500, Ben Johnson wrote:
> On 11/23/2013 12:36 PM, Ben Johnson wrote:
Hi there,
> > It's bizarre. At some point while meddling with the configuration,
> > requests for /stage/ began causing the browser to download index.php
> > (and I can open the file and see
Hello All,
I have erlang web application with cowboy web server and i launched it
behind nginx reverse proxy.
My nginx configuration:
server {
listen 9090;
location /test {
proxy_pass http://localhost:8080;
proxy_http_version 1.1;
}
}
Where http://localhost:8080 is my cowboy web server. When i
On 11/23/2013 12:36 PM, Ben Johnson wrote:
> Okay, I'm trying to implement this, but something seems to have gone
> terribly awry. I apologize for derailing our progress, but until this is
> resolved, I have no way to test your recommendations.
>
> It's bizarre. At some point while meddling with
On 19/11/2013 4:31 AM, Francis Daly wrote:
> *If* that php is set to always return cookies, then you might want to
> run a separate php-fpm that does not return cookies for the static
> site. But that's a side issue.
Still experimenting with this...
What setting stops the php-fpm from not return
On 11/21/2013 3:45 PM, Francis Daly wrote:
> On Wed, Nov 20, 2013 at 10:31:07PM -0500, Ben Johnson wrote:
>> On 11/20/2013 4:10 AM, Francis Daly wrote:
>
> Hi there,
>
>>> If you do have free choice in the matter, some things work more easily
>>> within nginx if you can use "root" and not "alia
Running Nginx 1.5.7 on Freebsd 9.1
with php-pfm 5.5.3
a wordpress site is "micro-cached" , but for some strange reason and not always
, some pages ( wordpress post or pages even 3 or 7 days after their
publication) are rendered for some users ( me and others and not always the
same, with diffe