summaryrefslogtreecommitdiff
path: root/src/configfile.c
diff options
context:
space:
mode:
authorGlenn Strauss <gstrauss@gluelogic.com>2022-04-14 20:18:57 -0400
committerGlenn Strauss <gstrauss@gluelogic.com>2022-05-05 13:35:18 -0400
commitb1f7ccd75094c93d11199a6b3080452a64e4d3ea (patch)
tree5b4c32203fdb02dc26aafb77fd713cb049150377 /src/configfile.c
parentd0494fc081f607bc862e4bf46234b00742d79d08 (diff)
downloadlighttpd-git-b1f7ccd75094c93d11199a6b3080452a64e4d3ea.tar.gz
[multiple] limit scope of socket config options
warn if socket config options used only at startup are used outside global scope or $SERVER["socket"] with '==' condition
Diffstat (limited to 'src/configfile.c')
-rw-r--r--src/configfile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configfile.c b/src/configfile.c
index 241826c9..d309dc70 100644
--- a/src/configfile.c
+++ b/src/configfile.c
@@ -735,7 +735,7 @@ static int config_insert_srvconf(server *srv) {
T_CONFIG_SCOPE_SERVER }
,{ CONST_STR_LEN("ssl.engine"),
T_CONFIG_BOOL,
- T_CONFIG_SCOPE_CONNECTION }
+ T_CONFIG_SCOPE_SOCKET }
,{ CONST_STR_LEN("debug.log-request-header-on-error"),
T_CONFIG_BOOL,
T_CONFIG_SCOPE_SERVER }