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

feat: add support for x-forward-port header #1423

Merged
merged 1 commit into from
Jan 2, 2025

Conversation

daniel-milemarker
Copy link
Contributor

Fixes #1422

Hello, I've opened this PR to add support for the X-Forwarded-Port which can be very helpful when setting up a proxy in front of the tileserver. This is especially useful when the proxy and the tileserver are running on different ports.

* feat: add support for x-forward-port header

* fix: remove unnecessary port additions

* chore: remove unused dependency
@acalcutt acalcutt merged commit 9d222c1 into maptiler:master Jan 2, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Add support for X-Forwarded-Port header to make implementing in front of a proxy easier
2 participants