Changing relative php scripts paths to real ones.

This is required to run phpMyAdmin.
This commit is contained in:
Max Romanov
2018-01-11 22:14:20 +03:00
parent c105988e51
commit 349717fb90
3 changed files with 73 additions and 48 deletions

View File

@@ -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),
},