The transport env is actually a map[string]string

WeidiDeng 2019-11-07 10:39:46 +08:00
parent f2f9171e36
commit 3a0fa7b089

@ -1988,7 +1988,7 @@ Transport modules:
"protocol": "fastcgi",
"root": "/var/www/mysite",
"split_path": ".php",
"env": [["key", "value"]]
"env": {"key": "value"}
}
```