We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d49bdf commit 60f0f77Copy full SHA for 60f0f77
1 file changed
config-parser/writer.go
@@ -41,7 +41,7 @@ func (p *configParser) String() string {
41
p.writeParsers("", p.Parsers[Comments][CommentsSectionName], &result, false)
42
p.writeParsers("global", p.Parsers[Global][GlobalSectionName], &result, true)
43
44
- sections := []Section{Defaults, UserList, Peers, Mailers, Resolvers, Cache, Ring, LogForward, HTTPErrors, CrtStore, Frontends, Backends, Listen, Program, FCGIApp}
+ sections := []Section{Defaults, UserList, Peers, Mailers, Resolvers, Cache, Ring, LogForward, HTTPErrors, CrtStore, FCGIApp, Frontends, Backends, Listen, Program}
45
46
for _, section := range sections {
47
var sortedSections []string
0 commit comments