Commit Graph

16 Commits

Author SHA1 Message Date
int 80h
cecc6f5793 Changed host/port to interface and can now listen on multiple interface/ports 2021-11-26 20:21:40 -05:00
Jessica Stokes
2388cbda98 Handle macOS user paths when running on macOS
This updates the usrdir option to look in /Users/ rather than /home/ when running on macOS, as this is where users' home directories live on this OS.

It also updates the config file's description of the option to hopefully be home directory agnostic.
2021-04-03 21:24:32 -04:00
Jessica Stokes
d68b815be4 Quote the "proxy_all" option
The "proxy_all" option from the sample configuration not being quoted was throwing this error when running the server:

    Config error: invalid TOML value, did you mean to use a quoted string? at line 38 column 13

This patch makes sure the program will run against the included example config.toml.
2021-04-03 21:22:29 -04:00
int 80h
b3879e3733 update config.toml and bumb version 2020-07-11 15:01:31 -04:00
int 80h
ac3b98d72f Add lang option 2020-06-08 00:05:45 -04:00
int 80h
258d2b9ef6 Added log levels 2020-05-28 17:56:42 -04:00
int 80h
2f89d8cb9a Fixed typo in config.toml 2020-05-28 15:30:48 -04:00
int 80h
bec2d0e858 Added timeout to readme 2020-05-26 17:45:46 -04:00
int 80h
e9f71f600d SCGI 2020-05-26 17:31:28 -04:00
int 80h
56384f35d0 CGI Everywhere 2020-05-26 17:31:28 -04:00
int 80h
4ebc2ff8fb The index file is now configurable 2020-05-14 20:59:00 -04:00
int 80h
3fff95daec Added default server if client doesn't use sni 2020-05-14 15:33:45 -04:00
int 80h
dfae3705c4 Added redirect and cgienv 2020-05-13 21:42:00 -04:00
int 80h
4eb65aabef Updated config.toml and README 2020-05-10 17:26:26 -04:00
int 80h
f50a748bde Updated README, added ~usrdirs and now checks permissions 2020-05-04 20:59:39 -04:00
int 80h
36036dc716 Added config.toml, README and LICENSE 2020-04-28 18:49:34 -04:00