summaryrefslogtreecommitdiff
path: root/www-servers/h2o/files/h2o.conf
blob: 23f2d76d51ee4db102ebadfad0ad678b18771b12 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
user: h2o
pid-file: /run/h2o.pid
access-log: /var/log/h2o/access.log
error-log: /var/log/h2o/error.log

hosts:
  "localhost":
    listen:
      port: 80
    listen:
      port: 443
      ssl:
        certificate-file: /etc/ssl/h2o/server.crt
        key-file: /etc/ssl/h2o/server.key
    paths:
      "/":
        file.dir: /var/www/localhost/htdocs