aboutsummaryrefslogtreecommitdiff
path: root/gmid.h
diff options
context:
space:
mode:
authorOmar Polo <op@omarpolo.com>2024-01-09 14:15:58 +0000
committerOmar Polo <op@omarpolo.com>2024-01-09 14:15:58 +0000
commite371817b3437abf8e34475ff2544cb666769ccae (patch)
treebd49dacd75da6f48db47dd55624a69d54f5966c0 /gmid.h
parentef5057cdec1086930831b44ffdd9cac4606f953d (diff)
fix configtest with chroot
The configtest checks try to open the root directories too, operation that can fail when they're expected to be inside a chroot.
Diffstat (limited to 'gmid.h')
-rw-r--r--gmid.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gmid.h b/gmid.h
index 84b5715..9b4ee4a 100644
--- a/gmid.h
+++ b/gmid.h
@@ -254,6 +254,7 @@ struct conf {
char *log_access;
enum log_format log_format;
int use_privsep_crypto;
+ int conftest;
struct fcgihead fcgi;
struct vhosthead hosts;