benoitg31 / traefik-forced-body-plugin

A plugin for traefik v2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Forced static body

Forced static body is a middleware plugin for Traefik which rewrites the HTTP response body with a constant string passed in the config.

Configuration

Static

[pilot]
  token = "xxxx"

[experimental.plugins.forcedbody]
  modulename = "github.com/benoitg31/traefik-forced-plugin"
  version = "v1.0.2"

About

A plugin for traefik v2


Languages

Language:Go 95.3%Language:Makefile 4.7%