Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Add example of how to integrate haproxy #239

Merged
merged 2 commits into from
Oct 9, 2021

Conversation

kashalls
Copy link
Contributor

This is how I chose to implement haproxy in my scenario.
I use it to load-balance a single master (really amazing right?) on my home cluster network.

My haproxy.cfg is what I use in production and can be used as an example.

I

I am really bad at writing instructions.
@kashalls kashalls mentioned this pull request Sep 13, 2021
@kashalls kashalls marked this pull request as ready for review September 13, 2021 07:30
@Ulrar
Copy link

Ulrar commented Sep 30, 2021

I just used this to set it up myself, works great, thanks !
One note is that it looks like port 80 and 443 are already used, so I had to start haproxy on two other ports and use port forwarding (to one of the UDM's internal IPs, not localhost) to get it working.
Also open these ports in the firewall

btw it looks like you still have a couple of references to pihole in and dns in the readme and startup scripts.

@boostchicken boostchicken merged commit e8951ae into unifi-utilities:master Oct 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants