Willy Tarreau | 6daf343 | 2008-01-22 16:44:08 +0100 | [diff] [blame] | 1 | # 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 | |
| 7 | global |
| 8 | # unknown keyword in section 'global' |
| 9 | #keyword_glob |
| 10 | |
| 11 | defaults |
| 12 | # unknown keyword in section 'global' |
| 13 | #keyword_def |
| 14 | |
| 15 | listen listen1 |
| 16 | # unknown keyword in section 'listen' |
| 17 | #keyword_lis |
| 18 | |
| 19 | frontend front1 |
| 20 | # unknown keyword in section 'frontend' |
| 21 | #keyword_frt |
| 22 | |
| 23 | backend back1 |
| 24 | # unknown keyword in section 'backend' |
| 25 | #keyword_bck |
| 26 | |