@@ -112,7 +112,7 @@ data:
112
112
balance leastconn
113
113
option forwardfor
114
114
http-request replace-path {{ $appservicespath }}(/)?(.*) /\2
115
- cookie haproxy insert indirect httponly secure nocache maxidle 30m maxlife 4h
115
+ cookie haproxy insert indirect httponly nocache maxidle 30m maxlife 4h
116
116
stick-table type string len 32 size 10k expire 4h
117
117
stick store-response res.cook(HostId)
118
118
stick store-response res.cook(SessionId)
@@ -132,7 +132,7 @@ data:
132
132
balance leastconn
133
133
option forwardfor
134
134
http-request replace-path {{ $adminpath }}(/)?(.*) /\2
135
- cookie haproxy insert indirect httponly secure nocache maxidle 30m maxlife 4h
135
+ cookie haproxy insert indirect httponly nocache maxidle 30m maxlife 4h
136
136
stick-table type string len 32 size 10k expire 4h
137
137
stick store-response res.cook(HostId)
138
138
stick store-response res.cook(SessionId)
@@ -152,7 +152,7 @@ data:
152
152
balance leastconn
153
153
option forwardfor
154
154
http-request replace-path {{ $managepath }}(/)?(.*) /\2
155
- cookie haproxy insert indirect httponly secure nocache maxidle 30m maxlife 4h
155
+ cookie haproxy insert indirect httponly nocache maxidle 30m maxlife 4h
156
156
stick-table type string len 32 size 10k expire 4h
157
157
stick store-response res.cook(HostId)
158
158
stick store-response res.cook(SessionId)
@@ -177,7 +177,7 @@ data:
177
177
balance leastconn
178
178
option forwardfor
179
179
http-request replace-path {{$path}}(/)?(.*) /\2
180
- cookie haproxy insert indirect httponly secure nocache maxidle 30m maxlife 4h
180
+ cookie haproxy insert indirect httponly nocache maxidle 30m maxlife 4h
181
181
stick-table type string len 32 size 10k expire 4h
182
182
stick store-response res.cook(HostId)
183
183
stick store-response res.cook(SessionId)
@@ -209,7 +209,7 @@ data:
209
209
mode http
210
210
balance leastconn
211
211
option forwardfor
212
- cookie haproxy insert indirect httponly secure nocache maxidle 30m maxlife 4h
212
+ cookie haproxy insert indirect httponly nocache maxidle 30m maxlife 4h
213
213
stick-table type string len 32 size 10k expire 4h
214
214
stick store-response res.cook(HostId)
215
215
stick store-response res.cook(SessionId)
@@ -238,7 +238,7 @@ data:
238
238
mode http
239
239
balance leastconn
240
240
option forwardfor
241
- cookie haproxy insert indirect httponly secure nocache maxidle 30m maxlife 4h
241
+ cookie haproxy insert indirect httponly nocache maxidle 30m maxlife 4h
242
242
stick-table type string len 32 size 10k expire 4h
243
243
stick store-response res.cook(HostId)
244
244
stick store-response res.cook(SessionId)
@@ -267,7 +267,7 @@ data:
267
267
mode http
268
268
balance leastconn
269
269
option forwardfor
270
- cookie haproxy insert indirect httponly secure nocache maxidle 30m maxlife 4h
270
+ cookie haproxy insert indirect httponly nocache maxidle 30m maxlife 4h
271
271
stick-table type string len 32 size 10k expire 4h
272
272
stick store-response res.cook(HostId)
273
273
stick store-response res.cook(SessionId)
@@ -300,7 +300,7 @@ data:
300
300
mode http
301
301
balance leastconn
302
302
option forwardfor
303
- cookie haproxy insert indirect httponly secure nocache maxidle 30m maxlife 4h
303
+ cookie haproxy insert indirect httponly nocache maxidle 30m maxlife 4h
304
304
stick-table type string len 32 size 10k expire 4h
305
305
stick store-response res.cook(HostId)
306
306
stick store-response res.cook(SessionId)
0 commit comments