Skip to content

Commit 559cfcc

Browse files
authored
Add missing LF to last line in config/haproxy.cfg (#97)
A missing LF in the last line is currently a warning, but will become a hard error with HAProxy 2.3.
1 parent 9d6dccf commit 559cfcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/haproxy.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ backend bk_db
3535
http-check expect string leader
3636
http-check disable-on-404
3737
server-template pg 10 $PRIMARY_REGION.$FLY_APP_NAME.internal:5433 check port 5500 resolvers flydns resolve-prefer ipv6 init-addr none on-marked-down shutdown-sessions
38-
server pg [$PG_LISTEN_ADDRESS]:5433 check backup port 5500 on-marked-down shutdown-sessions
38+
server pg [$PG_LISTEN_ADDRESS]:5433 check backup port 5500 on-marked-down shutdown-sessions

0 commit comments

Comments
 (0)