diff options
author | Matthew Holt <mholt@users.noreply.github.com> | 2019-09-10 14:16:41 -0600 |
---|---|---|
committer | Matthew Holt <mholt@users.noreply.github.com> | 2019-09-10 14:16:41 -0600 |
commit | 0cf592fa2e0d2fff8e9379095bbe17f7c8cbd4f2 (patch) | |
tree | e28da4b96f19f83e30e67162984b80e78790ac5a /caddyconfig | |
parent | d9136fb0a0d4264283fb32ed421dfac7475566cc (diff) |
New 'php_fastcgi' directive for convenient PHP+FastCGI reverse proxy
Diffstat (limited to 'caddyconfig')
-rw-r--r-- | caddyconfig/httpcaddyfile/directives.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/caddyconfig/httpcaddyfile/directives.go b/caddyconfig/httpcaddyfile/directives.go index dad27ba..31029c6 100644 --- a/caddyconfig/httpcaddyfile/directives.go +++ b/caddyconfig/httpcaddyfile/directives.go @@ -34,6 +34,7 @@ var defaultDirectiveOrder = []string{ "templates", "redir", "static_response", // TODO: "reply" or "respond"? + "php_fastcgi", "reverse_proxy", "file_server", } |