Skip to content

Commit

Permalink
test(traefik): pushing new config
Browse files Browse the repository at this point in the history
  • Loading branch information
JannisDommer committed Nov 24, 2023
1 parent 181479b commit 3c2cdae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.routers.webserver.rule=Host(`${HOSTNAME}`)"
# - "traefik.http.services.webserver.loadbalancer.server.port=80"
- "traefik.http.services.webserver.loadbalancer.server.port=80"

- traefik.http.middlewares.mywwwredirect.redirectregex.regex=^https://www\.(.*)
- traefik.http.middlewares.mywwwredirect.redirectregex.replacement=https://$${1}
Expand Down

0 comments on commit 3c2cdae

Please sign in to comment.