diff options
Diffstat (limited to 'community/h2o/h2o.conf')
-rw-r--r-- | community/h2o/h2o.conf | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/community/h2o/h2o.conf b/community/h2o/h2o.conf new file mode 100644 index 0000000000..448709c67a --- /dev/null +++ b/community/h2o/h2o.conf @@ -0,0 +1,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 + |