push: Reorder before proxy; and allow zero arguments (cf. #1573)

This commit is contained in:
Matthew Holt
2017-04-17 22:06:17 -06:00
parent 4462e3978b
commit ce2a9cd8f9
4 changed files with 77 additions and 74 deletions

View File

@@ -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",