caddyfile: Stricter parsing, error for brace on new line (#5505)

This commit is contained in:
Francis Lavoie
2023-04-20 14:43:51 -04:00
committed by GitHub
parent c6ac350a3b
commit 53b6fab125
5 changed files with 533 additions and 521 deletions
@@ -373,6 +373,7 @@ func parsePHPFastCGI(h httpcaddyfile.Helper) ([]httpcaddyfile.ConfigValue, error
// the rest of the config is specified by the user
// using the reverse_proxy directive syntax
dispenser.Next() // consume the directive name
err = rpHandler.UnmarshalCaddyfile(dispenser)
if err != nil {
return nil, err