From b33b24fc9e9d50ce73ec386e44c316d70c47642c Mon Sep 17 00:00:00 2001 From: Lucas Lorentz Date: Sun, 1 Apr 2018 01:31:35 +0200 Subject: [PATCH] httpserver: Add 'supervisor' directive (#2061) --- caddyhttp/httpserver/plugin.go | 1 + 1 file changed, 1 insertion(+) diff --git a/caddyhttp/httpserver/plugin.go b/caddyhttp/httpserver/plugin.go index 1508b41e..16d858b8 100644 --- a/caddyhttp/httpserver/plugin.go +++ b/caddyhttp/httpserver/plugin.go @@ -551,6 +551,7 @@ var directives = []string{ "startup", // TODO: Deprecate this directive "shutdown", // TODO: Deprecate this directive "on", + "supervisor", // github.com/lucaslorentz/caddy-supervisor "request_id", "realip", // github.com/captncraig/caddy-realip "git", // github.com/abiosoft/caddy-git