You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our original requirement was to proxy some HTTPS requests to local static files, but after testing, the configuration local location rule was invalid.
Does this module support configuring location rules to map local directories?
Use environment: nginx 1.14.2 + rewrite path
The text was updated successfully, but these errors were encountered:
Does this module support configuring location rules to map local directories?
No. Because:
The CONNECT request does not include URI. This request only tells proxy_connect module where the backend server is (backend server host or ip address).
The raw stream, which is proxied in the CONNECT tunnel, will not be parsed.
Note that this module is used to create 4-layer TCP tunnel, there is no way to get someting about 7 layer information.
Our original requirement was to proxy some HTTPS requests to local static files, but after testing, the configuration local location rule was invalid.
Does this module support configuring location rules to map local directories?
Use environment: nginx 1.14.2 + rewrite path
The text was updated successfully, but these errors were encountered: