summaryrefslogtreecommitdiffstats
path: root/web/server/h2o/libh2o/examples/h2o/h2o.conf
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--web/server/h2o/libh2o/examples/h2o/h2o.conf24
1 files changed, 24 insertions, 0 deletions
diff --git a/web/server/h2o/libh2o/examples/h2o/h2o.conf b/web/server/h2o/libh2o/examples/h2o/h2o.conf
new file mode 100644
index 00000000..52749c51
--- /dev/null
+++ b/web/server/h2o/libh2o/examples/h2o/h2o.conf
@@ -0,0 +1,24 @@
+# to find out the configuration commands, run: h2o --help
+
+listen: 8080
+listen:
+ port: 8081
+ ssl:
+ certificate-file: examples/h2o/server.crt
+ key-file: examples/h2o/server.key
+hosts:
+ "127.0.0.1.xip.io:8080":
+ paths:
+ /:
+ file.dir: examples/doc_root
+ access-log: /dev/stdout
+ "alternate.127.0.0.1.xip.io:8081":
+ listen:
+ port: 8081
+ ssl:
+ certificate-file: examples/h2o/alternate.crt
+ key-file: examples/h2o/alternate.key
+ paths:
+ /:
+ file.dir: examples/doc_root.alternate
+ access-log: /dev/stdout