mirror of https://github.com/caddyserver/caddy.git
oops, also update the Caddyfile's {query} var to use query_string
This commit is contained in:
parent
d242f10eda
commit
9d8bff28c2
|
@ -93,7 +93,7 @@ func (st ServerType) Setup(originalServerBlocks []caddyfile.ServerBlock,
|
|||
"{scheme}", "{http.request.scheme}",
|
||||
"{file}", "{http.request.uri.path.file}",
|
||||
"{dir}", "{http.request.uri.path.dir}",
|
||||
"{query}", "{http.request.uri.query}",
|
||||
"{query}", "{http.request.uri.query_string}",
|
||||
)
|
||||
for _, segment := range sb.block.Segments {
|
||||
for i := 0; i < len(segment); i++ {
|
||||
|
|
Loading…
Reference in New Issue