Update src/docs/markdown/caddyfile/concepts.md

Co-authored-by: Matt Holt <mholt@users.noreply.github.com>
This commit is contained in:
Arthur T 2021-05-10 23:30:17 +02:00 committed by GitHub
parent ab64109606
commit 4ce70d6739
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -284,11 +284,6 @@ You can pass arguments to imported configuration and use them like so:
output file /var/log/caddy/{args.0}.access.log
}
}
```
And then you can reuse it anywhere with parameters:
```caddy-d
a.example.com {
import log_common a.example.com
}