Updated Writing a Plugin: Directives (markdown)

Matt Holt 2016-07-18 15:56:43 -06:00
parent 3ded4e940b
commit 92360268bb

@ -86,4 +86,6 @@ Finally, don't forget to import your plugin's package! Caddy must import your pl
import _ "your/plugin/package/here"
```
That's it! Build caddy with your plugin, then write a Caddyfile with your new directive to see it in action.
That's it! Build caddy with your plugin, then write a Caddyfile with your new directive to see it in action.
*If you are writing an HTTP middleware, [continue to the next page](https://github.com/mholt/caddy/wiki/Writing-a-Plugin:-HTTP-Middleware).*