diff options
author | Omar Polo <op@omarpolo.com> | 2023-06-09 10:42:36 +0000 |
---|---|---|
committer | Omar Polo <op@omarpolo.com> | 2023-06-09 10:42:36 +0000 |
commit | 5d22294a59e7e9cbe6457b9e6244fff2ede09956 (patch) | |
tree | 376d096309b8fe559dc330d3b3be18a7c201b1e3 /ge.c | |
parent | 1962764c6292e845cec17393e1c46c1473ca1eeb (diff) |
move fastcgi from global var to the config struct
while here also make them a list rather than a fixed-size array.
Diffstat (limited to 'ge.c')
-rw-r--r-- | ge.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -34,7 +34,6 @@ struct conf conf; int privsep_process; -struct fcgi fcgi[FCGI_MAX]; /* just because it's referenced */ struct vhosthead hosts = TAILQ_HEAD_INITIALIZER(hosts); static const struct option opts[] = { |