Advertisement
Guest User

Untitled

a guest
Sep 26th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.90 KB | None | 0 0
  1. listener.protocol -> pool.protocol
  2.  
  3. TCP -> HTTPS
  4.  
  5. frontend 97caba16-21d7-4826-9484-de94373d4841
  6. option tcplog
  7. maxconn 1000000
  8. bind 192.168.0.15:80
  9. mode tcp
  10. default_backend 5f02f0d0-1e4b-4aca-9a1a-183fa2d0f062
  11. timeout client 50000
  12.  
  13. backend 5f02f0d0-1e4b-4aca-9a1a-183fa2d0f062
  14. mode tcp
  15. balance roundrobin
  16. fullconn 1000000
  17. option allbackups
  18. timeout connect 5000
  19. timeout server 50000
  20. server e6411383-6ba5-4316-b6dc-893d6134c3cd 192.168.0.5:80 weight 1
  21.  
  22.  
  23. TCP -> HTTP
  24.  
  25. frontend 97caba16-21d7-4826-9484-de94373d4841
  26. option tcplog
  27. maxconn 1000000
  28. bind 192.168.0.15:80
  29. mode tcp
  30. default_backend c4250cd2-41cb-4281-90f2-48ebd6a7bf00
  31. timeout client 50000
  32.  
  33. backend c4250cd2-41cb-4281-90f2-48ebd6a7bf00
  34. mode http
  35. balance roundrobin
  36. fullconn 1000000
  37. option allbackups
  38. timeout connect 5000
  39. timeout server 50000
  40. server 8dfd598f-8e61-44ad-82b9-82887223da8b 192.168.0.5:80 weight 1
  41.  
  42.  
  43. TCP -> TCP
  44.  
  45. frontend 97caba16-21d7-4826-9484-de94373d4841
  46. option tcplog
  47. maxconn 1000000
  48. bind 192.168.0.15:80
  49. mode tcp
  50. default_backend 5a612621-7ef0-474f-8639-8872119f3c8d
  51. timeout client 50000
  52.  
  53. backend 5a612621-7ef0-474f-8639-8872119f3c8d
  54. mode tcp
  55. balance roundrobin
  56. fullconn 1000000
  57. option allbackups
  58. timeout connect 5000
  59. timeout server 50000
  60. server 1c88de90-580a-4f48-8845-7a41066e138c 192.168.0.5:80 weight 1
  61.  
  62.  
  63. TCP -> PROXY
  64.  
  65. frontend 97caba16-21d7-4826-9484-de94373d4841
  66. option tcplog
  67. maxconn 1000000
  68. bind 192.168.0.15:80
  69. mode tcp
  70. default_backend 26d69bfe-adee-4e65-829a-f7b15bccaded
  71. timeout client 50000
  72.  
  73. backend 26d69bfe-adee-4e65-829a-f7b15bccaded
  74. mode tcp
  75. balance roundrobin
  76. fullconn 1000000
  77. option allbackups
  78. timeout connect 5000
  79. timeout server 50000
  80. server 5918aa21-624b-4499-bfc5-82e4fb0f7c9e 192.168.0.5:80 weight 1 send-proxy
  81.  
  82.  
  83. HTTPS -> HTTPS
  84.  
  85. frontend efdb8d88-6a20-470d-ab20-986b13110d43
  86. option tcplog
  87. maxconn 1000000
  88. bind 192.168.0.15:80
  89. mode tcp
  90. default_backend 411b0f22-2dcc-44e8-8cf4-7867a29f60bd
  91. timeout client 50000
  92.  
  93. backend 411b0f22-2dcc-44e8-8cf4-7867a29f60bd
  94. mode tcp
  95. balance roundrobin
  96. fullconn 1000000
  97. option allbackups
  98. timeout connect 5000
  99. timeout server 50000
  100. server 7a9a4158-1a24-4345-abff-e2334ff01233 192.168.0.5:80 weight 1
  101.  
  102.  
  103. HTTPS -> HTTP
  104.  
  105. frontend efdb8d88-6a20-470d-ab20-986b13110d43
  106. option tcplog
  107. maxconn 1000000
  108. bind 192.168.0.15:80
  109. mode tcp
  110. default_backend 2bef8cd0-b3bf-4582-ac38-14dac2c624ae
  111. timeout client 50000
  112.  
  113. backend 2bef8cd0-b3bf-4582-ac38-14dac2c624ae
  114. mode http
  115. balance roundrobin
  116. fullconn 1000000
  117. option allbackups
  118. timeout connect 5000
  119. timeout server 50000
  120. server 478cd036-3095-4634-9a3b-2423456b660b 192.168.0.5:80 weight 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement