File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
docs/install/containers/examples Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ server {
4646 server_name plone.localhost;
4747
4848 location ~ /\+\+api\+\+($|/.*) {
49- rewrite ^/(\+\+api\+\+\/?)+($|/.*) /VirtualHostBase/http/$server_name/Plone/++api++/VirtualHostRoot/$1 break;
49+ rewrite ^/(\+\+api\+\+\/?)+($|/.*) /VirtualHostBase/http/$server_name/Plone/++api++/VirtualHostRoot/$2 break;
5050 proxy_pass http://backend;
5151 }
5252
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ server {
4646 server_name plone.localhost;
4747
4848 location ~ /\+\+api\+\+($|/.*) {
49- rewrite ^/(\+\+api\+\+\/?)+($|/.*) /VirtualHostBase/http/$server_name/Plone/++api++/VirtualHostRoot/$1 break;
49+ rewrite ^/(\+\+api\+\+\/?)+($|/.*) /VirtualHostBase/http/$server_name/Plone/++api++/VirtualHostRoot/$2 break;
5050 proxy_pass http://backend;
5151 }
5252
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ server {
4545 server_name plone.localhost;
4646
4747 location ~ /\+\+api\+\+($|/.*) {
48- rewrite ^/(\+\+api\+\+\/?)+($|/.*) /VirtualHostBase/http/$server_name/Plone/++api++/VirtualHostRoot/$1 break;
48+ rewrite ^/(\+\+api\+\+\/?)+($|/.*) /VirtualHostBase/http/$server_name/Plone/++api++/VirtualHostRoot/$2 break;
4949 proxy_pass http://backend;
5050 }
5151
You can’t perform that action at this time.
0 commit comments