Changes between Initial Version and Version 1 of Ticket #2477


Ignore:
Timestamp:
03/29/23 16:18:58 (13 months ago)
Author:
jochenwezel@…
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2477 – Description

    initial v1  
    55Given is a reverse proxy configuration like
    66{{{#!text
    7 location /one/ {
    8     proxy_pass     https :// upstream:port/two/;
    9     proxy_redirect https :// upstream:port/two/ /one/;
     7location / {
     8    proxy_pass     https :// upstream:port/;
     9    proxy_redirect https :// upstream:port/ /;
    1010}
    1111}}}