Opened 8 years ago
Closed 8 years ago
#1486 closed defect (invalid)
Why proxy_pass is changing the URL when I am pointing it to an external domain?
| Reported by: | Owned by: | ||
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | other | Version: | 1.13.x |
| Keywords: | Cc: | ||
| uname -a: | |||
| nginx -V: | nginx version: openresty/1.9.7.2 | ||
Description
Hello,
I have to use proxy_redirect as proxy_pass is changing the URL when I am pointing it to an external webpage?
Note:
See TracTickets
for help on using tickets.

Please see http://nginx.org/r/proxy_pass to better understand how a request URI is passed to the server depending on directive's parameters.
If it's still unclear after reading the docs, please ask your questions via other means, see http://nginx.org/en/support.html.