G
goo
Guest
But do I need to use loadbalancing if I want to do proxy reversing? I will try this tomorrow
thanks !! Sendt fra min iPad Den 15. jun. 2017 kl. 20.38 skrev Irfan : Update from Progress Community Irfan Shouldnt be a problem between load balancer or reverse proxy. This is what I did while configuring nginx load balancer upstream pasoe { #ip_hash; server localhost:9811; server localhost:6811; } server { listen 83; location / { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_pass http://pasoe; } } The URL would be http://<load balancer IP Address::83/apsv Haven't tried this for HTTP'S, but should be similar. View online You received this notification because you subscribed to the forum. To unsubscribe from only this thread, go here . Flag this post as spam/abuse.
Continue reading...
Continue reading...