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; }