From 349717fb90edaf50ae2846db7b72a2da4285541b Mon Sep 17 00:00:00 2001 From: Max Romanov Date: Thu, 11 Jan 2018 22:14:20 +0300 Subject: Changing relative php scripts paths to real ones. This is required to run phpMyAdmin. --- src/nxt_main_process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nxt_main_process.c') diff --git a/src/nxt_main_process.c b/src/nxt_main_process.c index 3e4c8123..aa935a96 100644 --- a/src/nxt_main_process.c +++ b/src/nxt_main_process.c @@ -140,7 +140,7 @@ static nxt_conf_map_t nxt_common_app_conf[] = { { nxt_string("root"), - NXT_CONF_MAP_STR, + NXT_CONF_MAP_CSTRZ, offsetof(nxt_common_app_conf_t, u.php.root), }, -- cgit