About proxy app #783
Unanswered
josejachuf
asked this question in
Q&A
Replies: 1 comment
-
The original intention of the example is to proxy to different servers for different access hosts. Similar to nginx's multi-website configuration. The host itself is also a filter. It checks whether the host part of the URL you request is consistent with the given host. If it is consistent, the match is successful, otherwise it fails. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Given the proxy example:
This works fine, downloading CSS, JS and other files.
I do not understand the meaning of "host" in this context.
I want to do something like:
But when I do, I no longer find the CSS, JS, images, etc.
Beta Was this translation helpful? Give feedback.
All reactions