diff --git a/owsd/patches/001-raise-max-vhosts-to-30.patch b/owsd/patches/001-raise-max-vhosts-to-30.patch new file mode 100644 index 000000000..e94090983 --- /dev/null +++ b/owsd/patches/001-raise-max-vhosts-to-30.patch @@ -0,0 +1,13 @@ +diff --git a/src/main.c b/src/main.c +index 4d875b5..3bcc54e 100644 +--- a/src/main.c ++++ b/src/main.c +@@ -42,7 +42,7 @@ + #endif + + #ifndef WSD_MAX_VHOSTS +-#define WSD_MAX_VHOSTS 10 ++#define WSD_MAX_VHOSTS 30 + #endif + + struct prog_context global;