@@ -36,8 +36,6 @@ frontend fe_https
36
36
37
37
use_backend bac_web_systemconfig if { hdr(host) -i havrak.xyz }
38
38
use_backend bac_web_c203 if { hdr(host) -i otesanek.LiMItYNeMuZOubYTnUloVe.krystof.havranek.havrak.xyz }
39
- use_backend bac_web_c211 if { hdr(host) -i Container1.Projectwithlimits.vladimir.vavra.havrak.xyz }
40
- use_backend bac_web_c212 if { hdr(host) -i Container3.Projectwithoutlimits.vladimir.vavra.havrak.xyz }
41
39
42
40
43
41
frontend fe_http
@@ -46,8 +44,6 @@ frontend fe_http
46
44
47
45
use_backend bac_web_systemconfig if { hdr(host) -i havrak.xyz }
48
46
use_backend bac_web_c203 if { hdr(host) -i otesanek.LiMItYNeMuZOubYTnUloVe.krystof.havranek.havrak.xyz }
49
- use_backend bac_web_c211 if { hdr(host) -i Container1.Projectwithlimits.vladimir.vavra.havrak.xyz }
50
- use_backend bac_web_c212 if { hdr(host) -i Container3.Projectwithoutlimits.vladimir.vavra.havrak.xyz }
51
47
52
48
53
49
frontend fe_rest
@@ -59,8 +55,6 @@ frontend fe_rest
59
55
60
56
use_backend bac_rest_systemconfig if { hdr(host) -i havrak.xyz }
61
57
use_backend bac_rest_c203 if { hdr(host) -i otesanek.LiMItYNeMuZOubYTnUloVe.krystof.havranek.havrak.xyz }
62
- use_backend bac_rest_c211 if { hdr(host) -i Container1.Projectwithlimits.vladimir.vavra.havrak.xyz }
63
- use_backend bac_rest_c212 if { hdr(host) -i Container3.Projectwithoutlimits.vladimir.vavra.havrak.xyz }
64
58
65
59
66
60
frontend fe_ssh
@@ -69,8 +63,6 @@ frontend fe_ssh
69
63
tcp-request content set-var(sess.dst) ssl_fc_sni
70
64
71
65
use_backend bac_ssh_c203 if { var(sess.dst) -i otesanek.LiMItYNeMuZOubYTnUloVe.krystof.havranek.havrak.xyz }
72
- use_backend bac_ssh_c211 if { var(sess.dst) -i Container1.Projectwithlimits.vladimir.vavra.havrak.xyz }
73
- use_backend bac_ssh_c212 if { var(sess.dst) -i Container3.Projectwithoutlimits.vladimir.vavra.havrak.xyz }
74
66
75
67
76
68
backend bac_web_systemconfig
@@ -83,16 +75,6 @@ backend bac_web_c203
83
75
redirect scheme https if !{ ssl_fc }
84
76
server c203 c203.lxd:80 check
85
77
86
- backend bac_web_c211
87
- http-request set-header X-Client-IP %[src]
88
- redirect scheme https if !{ ssl_fc }
89
- server c211 c211.lxd:80 check
90
-
91
- backend bac_web_c212
92
- http-request set-header X-Client-IP %[src]
93
- redirect scheme https if !{ ssl_fc }
94
- server c212 c212.lxd:80 check
95
-
96
78
97
79
backend bac_rest_systemconfig
98
80
http-request set-header X-Client-IP %[src]
@@ -104,25 +86,7 @@ backend bac_rest_c203
104
86
redirect scheme https if !{ ssl_fc }
105
87
server c203 c203.lxd:3000 check
106
88
107
- backend bac_rest_c211
108
- http-request set-header X-Client-IP %[src]
109
- redirect scheme https if !{ ssl_fc }
110
- server c211 c211.lxd:3000 check
111
-
112
- backend bac_rest_c212
113
- http-request set-header X-Client-IP %[src]
114
- redirect scheme https if !{ ssl_fc }
115
- server c212 c212.lxd:3000 check
116
-
117
89
118
90
backend bac_ssh_c203
119
91
mode tcp
120
92
server c203 c203.lxd:22 check
121
-
122
- backend bac_ssh_c211
123
- mode tcp
124
- server c211 c211.lxd:22 check
125
-
126
- backend bac_ssh_c212
127
- mode tcp
128
- server c212 c212.lxd:22 check
0 commit comments