|
@@ -93,18 +93,18 @@ backend be_web02_8443
|
|
|
option httpchk GET / HTTP/1.1\r\nHost:\ localhost\r\nUser-Agent:\ HAProxy
|
|
option httpchk GET / HTTP/1.1\r\nHost:\ localhost\r\nUser-Agent:\ HAProxy
|
|
|
server web02 192.168.122.19:8443 check inter 5000 weight 0 ssl verify none
|
|
server web02 192.168.122.19:8443 check inter 5000 weight 0 ssl verify none
|
|
|
|
|
|
|
|
-# captive portal
|
|
|
|
|
-backend be_web02_8880
|
|
|
|
|
- acl allowed_url path,url_dec -m beg -i /guest/s/
|
|
|
|
|
- http-request deny if !allowed_url
|
|
|
|
|
- option httpchk GET /guest/s/default/ HTTP/1.1\r\nHost:\ localhost\r\nUser-Agent:\ HAProxy
|
|
|
|
|
- server web02 192.168.122.19:8880 check inter 5000
|
|
|
|
|
-#server localhost localhost:9002 check
|
|
|
|
|
-#http://192.168.122.19:8880/guest/s/mwandnqf/
|
|
|
|
|
-
|
|
|
|
|
-backend be_web02_8843
|
|
|
|
|
- option httpchk GET / HTTP/1.1\r\nHost:\ localhost\r\nUser-Agent:\ HAProxy
|
|
|
|
|
- server web02 192.168.122.19:8843 check inter 5000
|
|
|
|
|
|
|
+## captive portal
|
|
|
|
|
+#backend be_web02_8880
|
|
|
|
|
+# acl allowed_url path,url_dec -m beg -i /guest/s/
|
|
|
|
|
+# http-request deny if !allowed_url
|
|
|
|
|
+# option httpchk GET /guest/s/default/ HTTP/1.1\r\nHost:\ localhost\r\nUser-Agent:\ HAProxy
|
|
|
|
|
+# server web02 192.168.122.19:8880 check inter 5000
|
|
|
|
|
+##server localhost localhost:9002 check
|
|
|
|
|
+##http://192.168.122.19:8880/guest/s/mwandnqf/
|
|
|
|
|
+#
|
|
|
|
|
+#backend be_web02_8843
|
|
|
|
|
+# option httpchk GET / HTTP/1.1\r\nHost:\ localhost\r\nUser-Agent:\ HAProxy
|
|
|
|
|
+# server web02 192.168.122.19:8843 check inter 5000
|
|
|
|
|
|
|
|
# Domain Validation for lets encrypt
|
|
# Domain Validation for lets encrypt
|
|
|
backend be_domain_validation
|
|
backend be_domain_validation
|