blob: 448709c67a160c5d49347388ba8a863d1da2f82e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
user: h2o
pid-file: /var/run/h2o.pid
error-log: /var/log/h2o/error.log
access-log: /var/log/h2o/access.log
listen:
port: 80
hosts:
"Default":
paths:
/:
file.dir: /var/www
|