Skip to content

Commit

Permalink
fix(ops): remove bad Traefik config that prevented gzip compression f…
Browse files Browse the repository at this point in the history
…rom working
  • Loading branch information
arcanemachine committed Dec 31, 2023
1 parent ffde2b2 commit 73b0b4a
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@ services:
labels:
- "traefik.enable=true"
- "traefik.http.routers.phoenix-quiz-game.rule=Host(`${PHX_HOST:?}`)"
- "traefik.http.routers.phoenix-quiz-game.middlewares=redirect-www-to-non-www@file"
- "traefik.http.routers.phoenix-quiz-game.entrypoints=websecure"
- "traefik.http.routers.phoenix-quiz-game.tls.certresolver=letsencrypt"

0 comments on commit 73b0b4a

Please sign in to comment.