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

@@ -41,7 +41,7 @@ typedef struct {
typedef struct {
nxt_str_t root;
char *root;
nxt_str_t script;
nxt_str_t index;
} nxt_php_app_conf_t;