server persistance using sticky cookie

2021-02-23 Thread mondji
Hi, I have setup this module https://bitbucket.org/nginx-goodies/nginx-sticky-module-ng/src/master/ to have an upstream server persistance using cookies, I compiled nginx 1.18.0 with this module suscessfully. Here is my loadbalancer configuration: /etc/nginx/conf.d/loadbalance.conf proxy_cache_

Re: Proxy pass set body on if

2021-02-23 Thread sanflores
Awesome, this approach totally work, thank you very much: worker_processes auto; error_log /var/log/nginx/error.log warn; pid/var/run/nginx.pid; events { worker_connections 1024; } http { default_type application/octet-stream; log_format main '$remote_addr - $remot