Spaces:
Sleeping
Sleeping
Update haproxy.cfg
Browse files- haproxy.cfg +1 -3
haproxy.cfg
CHANGED
|
@@ -8,14 +8,12 @@ frontend http_proxy_frontend
|
|
| 8 |
bind *:7860
|
| 9 |
|
| 10 |
http-request allow if METH_CONNECT
|
| 11 |
-
|
| 12 |
default_backend external_proxies
|
| 13 |
|
| 14 |
backend external_proxies
|
| 15 |
balance roundrobin
|
| 16 |
|
| 17 |
-
default-server http-proxy-tproxy http
|
| 18 |
-
|
| 19 |
server proxy1 216.26.235.213:3129 check
|
| 20 |
server proxy2 65.111.12.148:3129 check
|
| 21 |
server proxy3 216.26.230.8:3129 check
|
|
|
|
| 8 |
bind *:7860
|
| 9 |
|
| 10 |
http-request allow if METH_CONNECT
|
| 11 |
+
|
| 12 |
default_backend external_proxies
|
| 13 |
|
| 14 |
backend external_proxies
|
| 15 |
balance roundrobin
|
| 16 |
|
|
|
|
|
|
|
| 17 |
server proxy1 216.26.235.213:3129 check
|
| 18 |
server proxy2 65.111.12.148:3129 check
|
| 19 |
server proxy3 216.26.230.8:3129 check
|