Merge pull request #23 from dsteinbrunner/patch-2
[perlbal.git] / conf / webserver.conf
blobe25588c290da7e73151e0894b2419f9db63b6fe5
2 # This is an example webserver configuration.
4 # See doc/config-guide.txt for descriptions of each command (line)
5 # and configuration syntax.
8 CREATE SERVICE docs
9   SET listen         = 0.0.0.0:80
10   SET role           = web_server
11   SET docroot        = /usr/share/doc/
12   SET dirindexing    = 1
13   SET persist_client = on
14 ENABLE docs
17 # always good to keep an internal management port open:
18 CREATE SERVICE mgmt
19   SET role   = management
20   SET listen = 127.0.0.1:16000
21 ENABLE mgmt