diff options
author | Max Romanov <max.romanov@nginx.com> | 2018-01-11 22:14:20 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2018-01-11 22:14:20 +0300 |
commit | 349717fb90edaf50ae2846db7b72a2da4285541b (patch) | |
tree | e12eda597a06a28310dcdc28a759b8e17a0f541c /src/nxt_main_process.c | |
parent | c105988e5102eefd91fa8336848e926ebbb42a5b (diff) | |
download | unit-349717fb90edaf50ae2846db7b72a2da4285541b.tar.gz unit-349717fb90edaf50ae2846db7b72a2da4285541b.tar.bz2 |
Changing relative php scripts paths to real ones.
This is required to run phpMyAdmin.
Diffstat (limited to 'src/nxt_main_process.c')
-rw-r--r-- | src/nxt_main_process.c | 2 |
1 files changed, 1 insertions, 1 deletions
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), }, |