Skip to content

Commit 60f0f77

Browse files
committed
BUG/MINOR: config-parser: order fcgi-app section before proxies
1 parent 0d49bdf commit 60f0f77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

config-parser/writer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func (p *configParser) String() string {
4141
p.writeParsers("", p.Parsers[Comments][CommentsSectionName], &result, false)
4242
p.writeParsers("global", p.Parsers[Global][GlobalSectionName], &result, true)
4343

44-
sections := []Section{Defaults, UserList, Peers, Mailers, Resolvers, Cache, Ring, LogForward, HTTPErrors, CrtStore, Frontends, Backends, Listen, Program, FCGIApp}
44+
sections := []Section{Defaults, UserList, Peers, Mailers, Resolvers, Cache, Ring, LogForward, HTTPErrors, CrtStore, FCGIApp, Frontends, Backends, Listen, Program}
4545

4646
for _, section := range sections {
4747
var sortedSections []string

0 commit comments

Comments
 (0)