diff options
author | Omar Polo <op@omarpolo.com> | 2023-07-24 08:50:49 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-07-24 08:50:49 +0000 |
commit | 226f13ece0b309abeee0ae8a4d8c9f049fe896a7 (patch) | |
tree | bb0d3efb3ff5064a04335eca0d615444f7696655 /config.c | |
parent | 3826d7de43d3b9078c5e18e0074799a3a9ee682e (diff) |
add ability to log to files with log access <path>
Diffstat (limited to 'config.c')
-rw-r--r-- | config.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -69,6 +69,7 @@ config_purge(struct conf *conf) ps = conf->ps; use_privsep_crypto = conf->use_privsep_crypto; + free(conf->log_access); free_mime(&conf->mime); TAILQ_FOREACH_SAFE(f, &conf->fcgi, fcgi, tf) { TAILQ_REMOVE(&conf->fcgi, f, fcgi); |