From f9136c1bd1dbe03a5ea0daecacb1fc09aecd377f Mon Sep 17 00:00:00 2001 From: kev Date: Fri, 25 Dec 2015 00:08:28 +0800 Subject: [PATCH] update h2o --- h2o/arm/h2o.conf | 5 ++++- h2o/h2o.conf | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/h2o/arm/h2o.conf b/h2o/arm/h2o.conf index 16039b8..749fb83 100644 --- a/h2o/arm/h2o.conf +++ b/h2o/arm/h2o.conf @@ -1,8 +1,11 @@ hosts: - "*:80": + default: listen: port: 80 paths: /: file.dir: /var/www/html file.dirlisting: ON + +access-log: /dev/stdout +error-log: /dev/stderr diff --git a/h2o/h2o.conf b/h2o/h2o.conf index 16039b8..749fb83 100644 --- a/h2o/h2o.conf +++ b/h2o/h2o.conf @@ -1,8 +1,11 @@ hosts: - "*:80": + default: listen: port: 80 paths: /: file.dir: /var/www/html file.dirlisting: ON + +access-log: /dev/stdout +error-log: /dev/stderr