Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

allow multiple bind statements per frontend stanza #8

Open
zerwes opened this issue Nov 23, 2022 · 0 comments
Open

allow multiple bind statements per frontend stanza #8

zerwes opened this issue Nov 23, 2022 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@zerwes
Copy link
Contributor

zerwes commented Nov 23, 2022

see https://www.haproxy.com/blog/haproxy-ssl-termination/

frontend www.mysite.com
    bind 10.0.0.3:80
    bind 10.0.0.3:443 ssl crt /etc/ssl/certs/mysite.pem ssl-min-ver TLSv1.2
    http-request redirect scheme https unless { ssl_fc }
@zerwes zerwes added the enhancement New feature or request label Nov 23, 2022
@zerwes zerwes self-assigned this Nov 23, 2022
@zerwes zerwes changed the title allow multiple bind statements per frontend statnza allow multiple bind statements per frontend stanza Nov 23, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant