refactor(config): drop ssl support

This commit is contained in:
2026-01-16 03:33:55 +01:00
parent 1a478196bc
commit 462fd7473b
3 changed files with 26 additions and 21 deletions

View File

@@ -11,9 +11,6 @@ typedef struct cws_error_page {
typedef struct cws_vhost {
char *domain;
char *root;
bool ssl;
char *cert;
char *key;
cws_error_page *error_pages;
unsigned error_pages_count;
} cws_vhost_s;