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_application.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/nxt_application.h') diff --git a/src/nxt_application.h b/src/nxt_application.h index 664e831b..016214b3 100644 --- a/src/nxt_application.h +++ b/src/nxt_application.h @@ -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; -- cgit