summaryrefslogtreecommitdiff
path: root/config.toml.sample
AgeCommit message (Collapse)Author
2022-08-23Add redirection via configjake
Uses String::Substituion Let program know about new config parameters Bump version
2022-08-22Add UNIX socketsjake
Comment out Smart::Comments
2022-08-19Able to listen to more than one ip address, port. VHost adjustablejake
2022-08-17Add 'timeout' config optionjake
2022-08-15Make fork() toggleable.jake
Touch up code that exit() - would end server otherwise. Touch up log entries.
2022-08-15Remove 'root_relative'. Touch up cert_key_dir logic.jake
Touch up code that used 'root_relative'. Add cert_key_dir_write_warning option. Determine if a path is absolute or relative by the first character.
2022-08-13Actually useable nowjake