mirror of
https://github.com/caddyserver/xcaddy.git
synced 2024-11-03 07:50:30 +00:00
Fix readme example... again
This commit is contained in:
parent
35c6866159
commit
1095882d94
1 changed files with 4 additions and 6 deletions
|
@ -19,13 +19,11 @@ Supports Caddy 2 and up.
|
|||
builder := xcaddy.Builder{
|
||||
CaddyVersion: "v2.0.0-rc.1",
|
||||
Plugins: []xcaddy.Dependency{
|
||||
{
|
||||
{
|
||||
ModulePath: "github.com/caddyserver/nginx-adapter",
|
||||
Version: "bdbb6db7ff9ad6ceb0dcd93f89e396f6365aa5d4",
|
||||
},
|
||||
}
|
||||
}
|
||||
},
|
||||
}
|
||||
err := builder.Build("./caddy")
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue