Skip to content

Commit

Permalink
Add missing LF to last line in config/haproxy.cfg (#97)
Browse files Browse the repository at this point in the history
A missing LF in the last line is currently a warning, but will become a hard error with HAProxy 2.3.
  • Loading branch information
tosie authored Jan 11, 2023
1 parent 9d6dccf commit 559cfcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/haproxy.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ backend bk_db
http-check expect string leader
http-check disable-on-404
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
server pg [$PG_LISTEN_ADDRESS]:5433 check backup port 5500 on-marked-down shutdown-sessions
server pg [$PG_LISTEN_ADDRESS]:5433 check backup port 5500 on-marked-down shutdown-sessions

0 comments on commit 559cfcc

Please sign in to comment.