Hello Florin,
i'm not sure how HAproxy works, but this sounds like sticky sessions.
http://nginx.org/en/docs/http/ngx_http_upstream_module.html#sticky
Kind regards
Alexander
Am 23.04.2016 2:23 vorm. schrieb "Florin Andrei" :
> With HAproxy, if you use multiple proxies you can synchronize their
hen?
>
> wbr, Valentin V. Bartenev
Try to use php-fpm, there you can define pools with a specific username
for each pool.
Kind regards
Alexander Kunz
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Hello,
thanks for your feedback and nice to hear its solved.
have a nice day.
Alexander
Am 03.07.2013 08:50, schrieb imanenkov:
> Alexander Kunz Wrote:
>> i am no drupal user/developer but if i google about drupal cache it
>> sounds, there is not only one cache, and it soun
Hello,
Am 02.07.2013 15:46, schrieb imanenkov:
> Alexander Kunz Wrote:
> ---
>>
>> do you use a PHP framework? Most frameworks can cache also.
> Yes, site based on Drupal 7. I trying to switch off drupal cache, all the
&g
Hello,
Am 02.07.2013 14:37, schrieb imanenkov:
> Maxim Dounin Wrote:
>> If you want to change nginx configuration - just add
>> $upstream_cache_status variable to a log, it will show if a
>> response was from nginx cache (HIT) or was requested from a
>> backend.
>>
>> Other upstream-related var
Hi,
and don't forget database's cache. You write about PHP, often there is
mysql also involved, which have the ability to cache.
Regards
Alexander
Am 01.07.2013 10:33, schrieb imanenkov:
Greeting!
For some testing I need to switch off a nginx caching (nginx + php-fpm). Now
I have a troubl
Hello,
Am 31.05.2013 23:50, schrieb Homebrewsky:
I'm trying to setup a very simple HTTP POST file upload server. I'm trying
to POST files via curl, without worrying about forms or responses, etc. I
just want to drop the file in nginx, and have it land.
So far, the file uploads into the uploa