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

Update Nginx to proxy all frontend paths #8573

Merged
merged 1 commit into from
Oct 2, 2023

Conversation

vbaranov
Copy link
Member

@vbaranov vbaranov commented Oct 2, 2023

Motivation

Currently, proxy works in such a way, that it opens all backend paths and proxy specified frontend paths. Since backend paths are rather stable and are no supposed to be changed or extended, but in the other hand, there can bew new paths appeared on the frontend. It is make more sense to switch: use all frontend paths and proxy list of known paths from backend.

Changelog

Nginx template modification:

  • Proxy all frontend paths by default
  • Proxy known backend paths

Checklist for your Pull Request (PR)

@vbaranov vbaranov changed the title Update Nginx proxy to open all frontend paths Update Nginx to proxy all frontend paths Oct 2, 2023
@vbaranov vbaranov force-pushed the vbdocker-compose-extend-frontend-paths branch from 4f27c77 to f71397f Compare October 2, 2023 09:58
@vbaranov vbaranov merged commit a4ead7a into master Oct 2, 2023
15 checks passed
@vbaranov vbaranov deleted the vbdocker-compose-extend-frontend-paths branch October 2, 2023 10:08
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.

None yet

1 participant