From 8c5e2d5ce5cc31649f8900621d1b92d66100a687 Mon Sep 17 00:00:00 2001 From: Zhidao HONG Date: Thu, 14 Jul 2022 04:34:05 +0800 Subject: HTTP: added more variables. This commit adds the following variables: $remote_addr, $time_local, $request_line, $status, $body_bytes_sent, $header_referer, $header_user_agent. --- docs/changes.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs') diff --git a/docs/changes.xml b/docs/changes.xml index 13a66672..f8745641 100644 --- a/docs/changes.xml +++ b/docs/changes.xml @@ -43,6 +43,12 @@ ability to get dynamic variables. + + +more http variables support. + + + an index file that didn't contain a file extension was incorrectly -- cgit