Skip to content

Commit

Permalink
Update ++api++ vhm to handle cases with ++api++/++api++
Browse files Browse the repository at this point in the history
  • Loading branch information
ericof committed Sep 13, 2023
1 parent 22054c7 commit efc44b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/stacks/plone.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ services:
### Authentication
- traefik.http.middlewares.ploneorg-backend-auth.basicauth.users=ploneorg:$$apr1$$SAOhBRqM$$HqoYLlr//h7PfUWidoFg//
### backend ++api++ VHM
- "traefik.http.middlewares.ploneorg-vhm-cleanup.replacepathregex.regex=^/((\\+\\+api\\+\\+\/){1,})($$|.*)"
- "traefik.http.middlewares.ploneorg-vhm-cleanup.replacepathregex.regex=^/((\\+\\+api\\+\\+/){1,})($$|.*)"
- "traefik.http.middlewares.ploneorg-vhm-cleanup.replacepathregex.replacement=/VirtualHostBase/https/plone.org/Plone/++api++/VirtualHostRoot/$$3"
- "traefik.http.middlewares.ploneorg-vhm.replacepathregex.regex=^/\\+\\+api\\+\\+($$|/.*)"
- "traefik.http.middlewares.ploneorg-vhm.replacepathregex.replacement=/VirtualHostBase/https/plone.org/Plone/++api++/VirtualHostRoot/$$1"
Expand Down

0 comments on commit efc44b5

Please sign in to comment.