From 50d9114f2fd602970add206cb75138287718c40e Mon Sep 17 00:00:00 2001 From: "srvproxy001.itguys.com.br" Date: Tue, 11 Nov 2025 07:14:42 -0300 Subject: [PATCH] =?UTF-8?q?[Auto-Sync]=20Atualiza=C3=A7=C3=A3o=20das=20con?= =?UTF-8?q?figura=C3=A7=C3=B5es=20em=20srvproxy001.itguys.com.br=20-=20202?= =?UTF-8?q?5-11-11=2007:14:42?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../cloud.grupopralog.com.br.conf | 52 ++++++++++++++++++- 1 file changed, 50 insertions(+), 2 deletions(-) diff --git a/nginx/sites-available/cloud.grupopralog.com.br.conf b/nginx/sites-available/cloud.grupopralog.com.br.conf index 2bedb81..6cb95e1 100644 --- a/nginx/sites-available/cloud.grupopralog.com.br.conf +++ b/nginx/sites-available/cloud.grupopralog.com.br.conf @@ -101,13 +101,61 @@ server { brotli on; brotli_comp_level 6; brotli_min_length 1024; - brotli_types application/atom+xml application/javascript application/json application/rss+xml application/vnd.ms-fontobject application/x-font-opentype application/x-font-truetype application/x-font-ttf application/x-javascript application/xhtml+xml application/xml font/eot font/opentype font/otf font/truetype image/svg+xml image/x-icon text/css text/javascript text/plain text/xml; + brotli_types + application/atom+xml + application/javascript + application/json + application/ld+json + application/manifest+json + application/rss+xml + application/vnd.ms-fontobject + application/x-font-opentype + application/x-font-truetype + application/x-javascript + application/xhtml+xml + application/xml + font/eot + font/opentype + font/otf + font/truetype + font/woff + font/woff2 + image/svg+xml + image/x-icon + text/css + text/javascript + text/plain + text/xml; gzip on; gzip_vary on; gzip_proxied any; gzip_comp_level 6; gzip_min_length 1024; - gzip_types application/atom+xml application/javascript application/json application/rss+xml application/vnd.ms-fontobject application/x-font-opentype application/x-font-truetype application/x-font-ttf application/x-javascript application/xhtml+xml application/xml font/eot font/opentype font/otf font/truetype image/svg+xml image/x-icon text/css text/javascript text/plain text/xml; + gzip_types + application/atom+xml + application/javascript + application/json + application/ld+json + application/manifest+json + application/rss+xml + application/vnd.ms-fontobject + application/x-font-opentype + application/x-font-truetype + application/x-javascript + application/xhtml+xml + application/xml + font/eot + font/opentype + font/otf + font/truetype + font/woff + font/woff2 + image/svg+xml + image/x-icon + text/css + text/javascript + text/plain + text/xml; # CalDAV / CardDAV location = /.well-known/carddav { return 301 /remote.php/dav; }