Changes between Initial Version and Version 1 of Ticket #2477
- Timestamp:
- 03/29/23 16:18:58 (20 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2477 – Description
initial v1 5 5 Given is a reverse proxy configuration like 6 6 {{{#!text 7 location / one/{8 proxy_pass https :// upstream:port/ two/;9 proxy_redirect https :// upstream:port/ two/ /one/;7 location / { 8 proxy_pass https :// upstream:port/; 9 proxy_redirect https :// upstream:port/ /; 10 10 } 11 11 }}}