mirror of
https://github.com/caddyserver/caddy.git
synced 2025-07-09 03:04:57 -04:00
The transport env is actually a map[string]string
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"}
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user