feat: add stick tables for gitea (#345)
- stick tables are required for docker authentication Reviewed-on: #345
This commit is contained in:
parent
0063f68bc6
commit
73362a3bf9
@ -236,6 +236,8 @@ profiles::haproxy::backends:
|
||||
- set-header X-Forwarded-Port %[dst_port]
|
||||
- add-header X-Forwarded-Proto https if { dst_port 443 }
|
||||
redirect: 'scheme https if !{ ssl_fc }'
|
||||
stick-table: 'type ip size 200k expire 30m'
|
||||
stick: 'on src'
|
||||
|
||||
profiles::haproxy::certlist::enabled: true
|
||||
profiles::haproxy::certlist::certificates:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user