This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
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 domain specific matching for haproxy config #11128
Add domain specific matching for haproxy config #11128
Changes from 2 commits
149c3db
4450553
cabc389
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
although this is needed if you have your matrix federation traffic pointed to point :443, it's not required for matrix client traffic, which is what this
frontend
is trying to cover, per the comment on the line above.Note the text at lines 32-33:
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, that's a good point! I had set up my federation traffic to point to :443 quite a while ago and kind of forgot it was configured that way. I believe I set it up that way following the example here:
but without fully realizing that this was a bit of a non-standard configuration. My previous relayd configuration was happily ignoring the extra port information, so federation only broke when I switched over to HAProxy and it was stricter about that. I'm happy to chalk this up to my misunderstanding and close this PR, unless anyone thinks there's anything useful to discuss further here. Sorry for the confusion!