We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Traefik : latest Provider : File and Docker Server's OS: Ubuntu 20.04
Rewrite configuration :
[http.middlewares] [http.middlewares.rewrite-foo.plugin.rewritebody] lastModified = false [[http.middlewares.rewrite-foo.plugin.rewritebody.rewrites]] regex = 'http://' replacement = 'https://'
Docker configuration :
services: test: container_name: test image: thesam1798/liberty:web depends_on: - reverse-proxy volumes: - "/srv/docker/www/test:/app" labels: - "traefik.enable=true" - "traefik.http.routers.gestion.rule=Host(`XXXXXXXXXXXXX`)" - "traefik.http.routers.gestion.entrypoints=websecure" - "traefik.http.routers.gestion.tls=true" - "traefik.http.routers.gestion.tls.certresolver=sslresolver" - "traefik.http.routers.gestion.middlewares=rewrite-foo@file" - "traefik.http.middlewares.gestion-middlewares.compress=true"
Parcing works but not every time
it doesn't work : in index.html :
<body class="ini-expand-fea"> TEST|http://|TEST </body> http://
to make it work remove any character
Screen
The text was updated successfully, but these errors were encountered:
Hey, i have the same problem
Sorry, something went wrong.
[http.middlewares] [http.middlewares.rewrite-foo.plugin.rewritebody] lastModified = false
[[http.middlewares.rewrite-foo.plugin.rewritebody.rewrites]] regex = 'http://' replacement = 'https://'
Try the following configuration.
[http.middlewares] [http.middlewares.rewrite-foo.plugin.rewritebody] lastModified = false [[http.middlewares.rewrite-foo.plugin.rewritebody.rewrites]] regex = 'http:\/\/' replacement = 'https:\/\/'
No branches or pull requests
Background :
Traefik : latest
Provider : File and Docker
Server's OS: Ubuntu 20.04
Rewrite configuration :
Docker configuration :
Describe the bug
Parcing works but not every time
To Reproduce
it doesn't work :
in index.html :
to make it work remove any character
Screen
The text was updated successfully, but these errors were encountered: