chucks510 Wrote: ------------------------------------------------------- > I was able to replicate using post_action module. post_action state.by chucks510 - How to...
I was able to replicate using post_action module. upstream main_upstream { least_conn; server 192.168.9.10:80; keepalive 1024; } server { listen 80; server_name _; client_body_buffer_size 1512k; client_max_body_size 10m; location /1/ { fastcgi_pass main_upstream; post_action @replayevent ; } # Send the post_action requby chucks510 - How to...
I have nginx loadbalancers accept Post data and send to upstream application servers (Roundrobin) using fastcgi. Now, I would like to replicate traffic to different set of cluster. How do I do that in nginx? Post traffic --> Nginx LB --> Cluster 1 ...........................| ...........................v ....................Cluster 2 Cluster 1 and 2 should receive same events. Iby chucks510 - How to...
![]() |
![]() |
![]() |
![]() |
|