Renamed webroot to webroot_base

This commit is contained in:
2020-12-13 15:34:39 +01:00
parent 99328996fa
commit 7c5a57b3d8
2 changed files with 3 additions and 3 deletions

View File

@ -54,7 +54,7 @@ pid_t CHILDREN[MAX_CHILDREN];
FILE *parent_stdout, *parent_stderr;
const char *cert_file, *key_file, *webroot;
const char *cert_file, *key_file, *webroot_base;
typedef struct {
int enc:1;