On 2020-11-27, Duncan Patton a Campbell <[email protected]> wrote:
>
> If I have a config file that looks like this
>
> chroot "/var/www"
>
> # $OpenBSD: httpd.conf,v 1.20 2018/06/13 15:08:24 reyk Exp $
>
> server "default"
> {
> If anyone has some idea about the syntax of this setup I'd really like to
> hear from yous ;^)
All of the examples (in the manual and /etc/examples/httpd.conf)
show the { on the same line as the keyword and this is required.
This is common to all of the daemons in base using the similar
config format.