Load balancer
Last updated
Last updated
By enabling debug headers every single request that is served by smoxy will receive additional information that can help you debug your application and test the behavior of smoxy.
Using the proxy method you can define how requests are balanced through multiple servers of the same load balancer.
ip_hash
With IP hash requests of the same IP will always be forwarded to the same server.
random
As the name implies the requests will be randomly forwarded to the servers of the same load balancer.
Defines a timeout for reading a response from the load balancer. Should your server exceed this time limit, the connection will be closed.
Sets a timeout for transmitting a request to the load balancer.
Defines a timeout for establishing a connection to the load balancer.
With this option you can define additional, hardcoded headers that are forwarded for each request to the load balancers.
Using this option you can define additional, hardcoded headers that are returned to the client for each request.