Listen to the correct port
This commit is contained in:
parent
0e24aa92ba
commit
e38f8c790b
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ backend LB
|
||||||
|
|
||||||
{% block frontend %}
|
{% block frontend %}
|
||||||
frontend {{ site_name }}
|
frontend {{ site_name }}
|
||||||
{{ bind_ip_tcp(bind_ips, 5000,) }}
|
{{ bind_ip_tcp(bind_ips, 5432,) }}
|
||||||
{% endblock frontend %}
|
{% endblock frontend %}
|
||||||
|
|
||||||
#
|
#
|
||||||
|
|
Loading…
Add table
Reference in a new issue