Toggle PROXY protocol support on/off#70
Open
minorOffense wants to merge 11 commits intoclaranet:masterfrom
Open
Toggle PROXY protocol support on/off#70minorOffense wants to merge 11 commits intoclaranet:masterfrom
minorOffense wants to merge 11 commits intoclaranet:masterfrom
Conversation
Contributor
|
@minorOffense PROXY protocol is already supported, we have been using something like this on hiera for ages: IMHO adding that option makes the module less flexible |
Author
|
It doesn't work if you use listen addr and port separately. You end up having to build the config string by hand (like in your example). The boolean just makes it more convenient and works with the other options independently. |
Contributor
|
Maybe I'm wrong, but if the new parameter is set to true it applies to every item on |
Force yum to use this repo regardless
Allow correct reload script to run
Mergeupstream
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add an option for varnish to recognize the PROXY protocol. Allows a setup similar to https://feryn.eu/blog/varnish-4-1-haproxy-get-the-real-ip-by-leveraging-proxy-protocol-support/
This adds a boolean option which will add the ',PROXY' string to the end of the port definition.