Allow enable/disable plugin on each port
All checks were successful
gitea-sync/ant-http/pipeline/head This commit looks good

This commit is contained in:
DanyLE
2023-01-09 19:51:21 +01:00
parent 4e1c220b39
commit a78815c3b6
3 changed files with 43 additions and 14 deletions

View File

@ -42,6 +42,7 @@ typedef struct
unsigned int port;
int usessl;
char *htdocs;
char* plugins;
int sock;
dictionary_t rules;
} port_config_t;