CGI works but no time out or other safeties

This commit is contained in:
int 80h
2020-04-23 00:00:23 -04:00
parent ac75542dc6
commit a5c52dd4d9
2 changed files with 34 additions and 0 deletions

View File

@@ -17,6 +17,7 @@ pub struct Server {
pub dir: String,
pub key: String,
pub cert: String,
pub cgi: Option<String>,
}
impl Config {