From 3a0fa7b08923dace20857414115e24786b0c26e1 Mon Sep 17 00:00:00 2001 From: WeidiDeng Date: Thu, 7 Nov 2019 10:39:46 +0800 Subject: [PATCH] The transport env is actually a map[string]string --- v2:-Documentation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/v2:-Documentation.md b/v2:-Documentation.md index 3b03514..e816780 100644 --- a/v2:-Documentation.md +++ b/v2:-Documentation.md @@ -1988,7 +1988,7 @@ Transport modules: "protocol": "fastcgi", "root": "/var/www/mysite", "split_path": ".php", - "env": [["key", "value"]] + "env": {"key": "value"} } ```