comment out non required lines

This commit is contained in:
Joris Vink 2013-06-15 16:16:51 +02:00
parent 920c2ad8b9
commit af3e57344b
1 changed files with 4 additions and 4 deletions

View File

@ -2,8 +2,8 @@
# Server configuration. # Server configuration.
bind 10.211.55.3 443 bind 10.211.55.3 443
certfile /etc/kore/server.crt certfile cert/server.crt
certkey /etc/kore/server.key certkey certe/server.key
# The path worker processes will chroot too after starting. # The path worker processes will chroot too after starting.
chroot /home/joris/src/kore chroot /home/joris/src/kore
@ -47,5 +47,5 @@ static / serve_index
dynamic ^/[a-z0-9_]*$ serve_profile dynamic ^/[a-z0-9_]*$ serve_profile
# Another domain that responds to foo.bar. # Another domain that responds to foo.bar.
domain foo.bar #domain foo.bar
dynamic ^/*$ serve_foobar #dynamic ^/*$ serve_foobar