From 071649b55809480a3b755936c6e0e4e6174032c7 Mon Sep 17 00:00:00 2001 From: Mike Williams Date: Mon, 24 Jun 2024 13:59:37 +0200 Subject: [PATCH] build: allow custom nginx configuration snippets --- build/grommunio-sync.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/build/grommunio-sync.conf b/build/grommunio-sync.conf index a4f3086..73be8ef 100644 --- a/build/grommunio-sync.conf +++ b/build/grommunio-sync.conf @@ -27,4 +27,5 @@ location /Microsoft-Server-ActiveSync { client_max_body_size 102m; client_body_buffer_size 128k; fastcgi_pass fpm_sync; + include /etc/nginx/conf.d/grommunio_sync-*.conf.include; }