diff --git a/src/lib/haproxy/configuration.ts b/src/lib/haproxy/configuration.ts index f0bd2bb08..36dded536 100644 --- a/src/lib/haproxy/configuration.ts +++ b/src/lib/haproxy/configuration.ts @@ -215,7 +215,8 @@ export async function configureHAProxy(): Promise { plausibleAnalytics: true, vscodeserver: true, wordpress: true, - ghost: true + ghost: true, + meiliSearch: true } }); diff --git a/src/lib/letsencrypt/index.ts b/src/lib/letsencrypt/index.ts index b90cac5bd..857e0e998 100644 --- a/src/lib/letsencrypt/index.ts +++ b/src/lib/letsencrypt/index.ts @@ -148,7 +148,8 @@ export async function generateSSLCerts(): Promise { plausibleAnalytics: true, vscodeserver: true, wordpress: true, - ghost: true + ghost: true, + meiliSearch: true }, orderBy: { createdAt: 'desc' } });