mirror of
https://github.com/amidaware/trmm-docs.git
synced 2026-04-26 12:45:56 +03:00
[GH-ISSUE #310] Add instructions for updating nginx config with haproxy #340
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/trmm-docs#340
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @SimpleTechGuy on GitHub (Jul 6, 2025).
Original GitHub issue: https://github.com/amidaware/trmm-docs/issues/310
The current haproxy instructions mention how to add x-forwarded-for header, however, it doesn't appear to work unless you manually edit the nginx files on the trmm server.
Need to add instructions for how to edit the nginx conf file to accept x-forwarded-for headers.
I have created a fork and made the changes, but I've never done a pull request before so posting here first. Please let me know if you would like for me to create the pull request, otherwise, it should be easy enough to add the following to the haproxy section (or possibly this may need to be at the top of unsupported proxies as I think it will affect all proxies). Currently a similar option is already mentioned in the section for Apache Proxy, however, since it is not in the haproxy section it could be mistakenly assumed that it is not needed for haproxy..:
@SimpleTechGuy commented on GitHub (Jul 7, 2025):
Created the PR here: #311
@SimpleTechGuy commented on GitHub (Jul 7, 2025):
Excellent! PR complete! Thank you #311