About 799,000 results
Open links in new tab
  1. Sticky session load balancer with nginx open source

    Dec 19, 2017 · According to the official NGINX documentation (Configuring Basic Session Persistence): "If your application requires basic session persistence (also known as sticky …

  2. How to whitelist source IPs on Azure VMs fronted by Azure Load …

    Oct 12, 2020 · 1 I have a public facing, standard sku, Azure Load Balancer that forwards the incoming requests for a certain port to a virtual machine, using load balancing rules. This …

  3. How do websocket connections work through a load balancer?

    Dec 6, 2020 · Load balancer and reverse proxy have different use cases. Main use case of the load balancer is to distribute the load among nodes in a group of the server to manage the …

  4. Configure AWS EC2 instance to only allow traffic from load balancer

    Mar 12, 2018 · I have a load balancer security group named " LB-SG " and a security group for instance 8545 named " App-SG ". I want instance 8545 to only allow traffic from instances that …

  5. Azure Load Balancer + NSG Rules - Remove Access Directly

    Jan 10, 2017 · It's not about associating a load balancer with an NSG; For further clarification. How do you restrict the source IP to the IP address of the LoadBalancer? @WellConnectedIT …

  6. Azure external load balaner - Source IP security

    May 12, 2016 · However, I want to restrict access to that load balancer's public IP address (or more precisely - to the VM's behind it) to a specific source network. So that rather than the …

  7. Session Timeout Issue with MVC Application Behind F5 Load …

    Jun 26, 2024 · 0 I have two servers running the same MVC web application behind an F5 load balancer. Despite correctly configuring session timeouts in IIS, sessions are expiring after only …

  8. R Shiny-Server Open Source Load Balancing with nginx

    Mar 6, 2021 · So, I want to load balance my shiny-server apps using NGINX as a load balancer, I know that this is possible to do but I haven't been able to find a proper tutorial or any solution …

  9. socket.io - Load balancer and WebSockets - Stack Overflow

    Dec 27, 2019 · 3 Our infrastructure is composed by 1 F5 load balancer 3 nodes We have an application which uses websockets, so when a user goes to our site, it opens a websocket to …

  10. Issue with Azure Standard Load Balancer not routing traffic to VM ...

    Feb 9, 2024 · I created a public Standard Load Balancer and attached the VM as a backend target. Azure automatically created an inbound rule named "AllowAzureLoadBalancerInBound" …