aboutsummaryrefslogtreecommitdiff
path: root/src/request.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/request.c')
-rw-r--r--src/request.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/request.c b/src/request.c
index 79388f3..8da8975 100644
--- a/src/request.c
+++ b/src/request.c
@@ -154,6 +154,7 @@ static int cgi_env(struct magi_request *r)
ok = ok && plain_env(&r->server_port, "SERVER_PORT");
ok = ok && lower_env(&r->server_protocol, "SERVER_PROTOCOL");
ok = ok && plain_env(&r->server_software, "SERVER_SOFTWARE");
+ ok = ok && plain_env(&r->path_info, "PATH_INFO");
return ok;
}