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
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
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",