// Comment
Currently only following comment format is supported:
Line begin with ;
;this is a comment
Line begin with //
// this is also a comment
Line begin with #
# comment again
Comment at the end of the line
You can also add comment to the end of the line
http-listen = 0.0.0.0:1234 // don't use port number less than 1024