aboutsummaryrefslogtreecommitdiffstats
path: root/src/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.c')
-rw-r--r--src/common.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/common.c b/src/common.c
index 94418892..585b1e9b 100644
--- a/src/common.c
+++ b/src/common.c
@@ -192,6 +192,12 @@ static char* keepenvars[] = {
"SERVER_NAME=",
"SERVER_PORT=",
"USER=",
+ "CONTENT_LENGTH=",
+ "DOCUMENT_ROOT=",
+ "SERVER_PROTOCOL=",
+ "REQUEST_SCHEME=",
+ "HTTPS=",
+ "REMOTE_PORT=",
NULL
};