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

Cantaloupe reverse proxy using resolver #3

Closed
wants to merge 1 commit into from

Conversation

digitaldogsbody
Copy link
Collaborator

@digitaldogsbody digitaldogsbody commented Aug 17, 2023

This adds the reverse proxy to Cantaloupe based on using an external (to the nginx process / the container) to look up the IP address of the Cantaloupe server. The nginx config is currently configured to use the Quad9 resolver, but this can/should be changed before deploy as per the IA's preferences.

Pro: Cantaloupe can be freely moved around (e.g on and off load balancer, to a different load balancer, to an internal-only domain, etc).
Con: Due to quirks in how nginx works, the target domain will be re-resolved on every request -> more traffic

NB: Only one of this or #2 should be merged, followed by #4 to update the address used in manifest generation

@digitaldogsbody
Copy link
Collaborator Author

Obsoleted by the work in #8

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.

1 participant