blob: f1bece7e7be7da7c2f32da262bfab3f0c3989e9f [file] [log] [blame]
Willy Tarreau6daf3432008-01-22 16:44:08 +01001# This is a test configuration. It must produce errors with the correct
2# section types.
3
4# out of section keyword
5#keyword_out
6
7global
8 # unknown keyword in section 'global'
9 #keyword_glob
10
11defaults
12 # unknown keyword in section 'global'
13 #keyword_def
14
15listen listen1
16 # unknown keyword in section 'listen'
17 #keyword_lis
18
19frontend front1
20 # unknown keyword in section 'frontend'
21 #keyword_frt
22
23backend back1
24 # unknown keyword in section 'backend'
25 #keyword_bck
26