pps is port 80
This commit is contained in:
parent
0279643468
commit
499a4b49af
1 changed files with 2 additions and 2 deletions
|
@ -311,10 +311,10 @@ listen faf 0.0.0.0:10050
|
||||||
{% if env == "staging" %}
|
{% if env == "staging" %}
|
||||||
listen pps 0.0.0.0:10051
|
listen pps 0.0.0.0:10051
|
||||||
balance hdr(appserver)
|
balance hdr(appserver)
|
||||||
server mdapi01 mdapi01:8080 check inter 10s rise 1 fall 2
|
server mdapi01 mdapi01:80 check inter 10s rise 1 fall 2
|
||||||
option httpchk GET /pps
|
option httpchk GET /pps
|
||||||
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
# Apache doesn't handle the initial connection here like the other proxy
|
# 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.
|
# entries. This proxy also doesn't use the http mode like the others.
|
||||||
# stunnel should be sitting on port 9939 (public) and redirecting
|
# stunnel should be sitting on port 9939 (public) and redirecting
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue