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

Add resolver for http nginx configuration #490

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

mishaschwartz
Copy link
Collaborator

Overview

Nginx requires a resolver to be explicity defined when using proxy_pass with a variable in the argument passed to proxy_pass. This resolver is defined explicitly for the https server block but not for the http server block.

This adds the explicit resolver for the http server block as well so that proxy_pass works when called using using http URLs as well.

Changes

Non-breaking changes

  • Bug fix (only relevant for http URLs, ie. non-production environments)

Breaking changes

  • None

Related Issue / Discussion

Additional Information

Links to other issues or sources.

CI Operations

birdhouse_daccs_configs_branch: master
birdhouse_skip_ci: false

@github-actions github-actions bot added the documentation Improvements or additions to documentation label Jan 6, 2025
Copy link
Collaborator

@tlvu tlvu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

HoHoHo easy PR to start the new year :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants