mirror of
https://github.com/caddyserver/caddy.git
synced 2025-07-31 15:08:42 -04:00
Updated Plugging in Plugins Yourself (markdown)
parent
a90010d7cf
commit
cf18fa41a7
@ -8,7 +8,7 @@ You can build Caddy from source and plug in plugins without having to use the bu
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/mholt/caddy/caddy/caddymain"
|
"github.com/caddyserver/caddy/caddy/caddymain"
|
||||||
|
|
||||||
// plug in plugins here, for example:
|
// plug in plugins here, for example:
|
||||||
// _ "import/path/here"
|
// _ "import/path/here"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user