Skip to content

Commit 07a4ef6

Browse files
committed
BUG/MINOR: config-parser: order fcgi-app section before proxies
1 parent 05f8e33 commit 07a4ef6

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
@@ -55,11 +55,11 @@ func (p *configParser) String() string {
5555
HTTPErrors,
5656
Acme,
5757
CrtStore,
58+
FCGIApp,
5859
Frontends,
5960
Backends,
6061
Listen,
6162
Program,
62-
FCGIApp,
6363
}
6464

6565
for _, section := range sections {

0 commit comments

Comments
 (0)