try adding fas3 to haproxy stg?
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
This commit is contained in:
parent
76993e05a1
commit
d0e6cdf04c
1 changed files with 10 additions and 0 deletions
|
@ -315,6 +315,16 @@ listen pps 0.0.0.0:10051
|
|||
option httpchk GET /pps
|
||||
{% endif %}
|
||||
|
||||
{% if env == "staging" %}
|
||||
listen fas3 0.0.0.0:10052
|
||||
# These values are set extremely low so any issues are recovered from very
|
||||
# quickly. Setting these higher will cause odd behavior in apps that
|
||||
# depend on fas (like pkgdb, bodhi, etc)
|
||||
balance hdr(appserver)
|
||||
server fas3-01.stg fas3-01.stg:80 check inter 5s rise 1 fall 2
|
||||
option httpchk GET /fas3/
|
||||
{% endif %}
|
||||
|
||||
# Apache doesn't handle the initial connection here like the other proxy
|
||||
# entries. This proxy also doesn't use the http mode like the others.
|
||||
# stunnel should be sitting on port 9939 (public) and redirecting
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue