Skip to content

Commit

Permalink
Fix backend_volto router to go to the correct service, it was connect…
Browse files Browse the repository at this point in the history
…ing to the demo.plone.org backend.
  • Loading branch information
fredvd committed May 26, 2024
1 parent 4c81df0 commit b6d7671
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/stacks/demo.plone.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ services:
- traefik.http.routers.demo-volto-backend.rule=Host(`volto.demo.plone.org`) && (PathPrefix(`/++api++`))
- traefik.http.routers.demo-volto-backend.entrypoints=https
- traefik.http.routers.demo-volto-backend.tls=true
- traefik.http.routers.demo-volto-backend.service=demo-backend
- traefik.http.routers.demo-volto-backend.service=demo-volto-backend
- traefik.http.routers.demo-volto-backend.middlewares=gzip,demo-volto-backend-vhm

frontend_volto:
Expand Down

0 comments on commit b6d7671

Please sign in to comment.