fix rules orders in config file

This commit is contained in:
Xuan Sang LE
2018-02-23 19:54:16 +01:00
parent 957a9f719f
commit 4b441b3d09
4 changed files with 40 additions and 22 deletions

View File

@ -36,7 +36,7 @@ typedef struct {
char *db_path;
char* htdocs;
char* tmpdir;
dictionary rules;
list rules;
dictionary handlers;
int backlog;
#ifdef USE_OPENSSL