mirror of
https://github.com/lxsang/ant-http
synced 2025-07-13 13:04:23 +02:00
Allow enable/disable plugin on each port
All checks were successful
gitea-sync/ant-http/pipeline/head This commit looks good
All checks were successful
gitea-sync/ant-http/pipeline/head This commit looks good
This commit is contained in:
@ -42,6 +42,7 @@ typedef struct
|
||||
unsigned int port;
|
||||
int usessl;
|
||||
char *htdocs;
|
||||
char* plugins;
|
||||
int sock;
|
||||
dictionary_t rules;
|
||||
} port_config_t;
|
||||
|
Reference in New Issue
Block a user