We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4baa57 commit cc25c03Copy full SHA for cc25c03
1 file changed
src/Servers/H2OServer/h2o.conf
@@ -1,6 +1,10 @@
1
listen: 8080
2
+
3
hosts:
4
default:
5
paths:
6
/:
- file.dir: /var/www
7
+ mruby.handler: |
8
+ Proc.new do |env|
9
+ [200, { "content-type" => "text/plain" }, ["OK"]]
10
+ end
0 commit comments