mirror of
https://github.com/caddyserver/caddy.git
synced 2026-06-29 21:31:41 +00:00
push: Reorder before proxy; and allow zero arguments (cf. #1573)
This commit is contained in:
parent
4462e3978b
commit
ce2a9cd8f9
4 changed files with 77 additions and 74 deletions
|
|
@ -475,11 +475,11 @@ var directives = []string{
|
|||
"internal",
|
||||
"pprof",
|
||||
"expvar",
|
||||
"push",
|
||||
"prometheus", // github.com/miekg/caddy-prometheus
|
||||
"proxy",
|
||||
"fastcgi",
|
||||
"cgi", // github.com/jung-kurt/caddy-cgi
|
||||
"push",
|
||||
"websocket",
|
||||
"filemanager", // github.com/hacdias/caddy-filemanager
|
||||
"markdown",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue