mirror of
https://github.com/lxsang/ant-http
synced 2025-07-15 05:19:55 +02:00
fix rules orders in config file
This commit is contained in:
@ -36,7 +36,7 @@ typedef struct {
|
||||
char *db_path;
|
||||
char* htdocs;
|
||||
char* tmpdir;
|
||||
dictionary rules;
|
||||
list rules;
|
||||
dictionary handlers;
|
||||
int backlog;
|
||||
#ifdef USE_OPENSSL
|
||||
|
Reference in New Issue
Block a user