Remove redundant quoting
This commit is contained in:
parent
a35ee7c824
commit
48762bcfcd
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ services:
|
|||
- traefik.http.routers.plausible-bare.service=plausible-plausible
|
||||
|
||||
# https://github.com/plausible/analytics/pull/340
|
||||
- "traefik.http.middlewares.plausible-index.replacepathregex.regex=/js/index.js"
|
||||
- traefik.http.middlewares.plausible-index.replacepathregex.regex=/js/index.js
|
||||
- traefik.http.middlewares.plausible-index.replacepathregex.replacement=/js/plausible.js
|
||||
- traefik.http.routers.plausible-bare.middlewares=compress@file,plausible-index
|
||||
|
||||
|
|
Loading…
Reference in a new issue