Skip to content

Commit b89face

Browse files
committed
Testing wordpress stack /H
1 parent 8bd8aa8 commit b89face

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

traefik_stack5/toolwp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,16 +30,16 @@ services:
3030
cpus: '0.10'
3131
memory: 200M
3232
labels:
33-
- "traefik.frontend.rule=PathPrefixStrip:/blog"
33+
- "traefik.frontend.rule=PathPrefixStrip:/blog/"
3434
- "traefik.backend=wordpress"
3535
- "traefik.port=80"
3636
- "traefik.weight=10"
3737
- "traefik.enable=true"
38-
- "traefik.passHostHeader=true"
38+
- "traefik.frontend.passHostHeader=true"
3939
- "traefik.docker.network=ntw_front"
4040
- "traefik.frontend.entryPoints=http"
4141
- "traefik.backend.loadbalancer.swarm=true"
42-
- "traefik.backend.loadbalancer.method=drr"
42+
- "traefik.backend.loadbalancer.stickiness=true"
4343

4444
db:
4545
image: mysql:5.7

0 commit comments

Comments
 (0)