You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

14 lines
307 B

  1. frontend localnodes
  2. bind *:80
  3. mode http
  4. default_backend server
  5. backend server
  6. mode http
  7. balance roundrobin
  8. option forwardfor
  9. http-request set-header X-Forwarded-Port %[dst_port]
  10. option httpchk HEAD / HTTP/1.1\r\nHost:localhost
  11. server argon-1 188.166.160.134:8000 check