From f6c532d2edca6a279ba745e3a4d8a67d5540f9c5 Mon Sep 17 00:00:00 2001 From: Yann Jorelle Date: Sat, 6 Aug 2022 14:13:45 +0300 Subject: Nextcloud: remove nginx pagespeed directive Removes pagespeed directive from the nextcloud nginx configuration. Fixes #224. --- content/nextcloud.md | 1 - 1 file changed, 1 deletion(-) (limited to 'content') diff --git a/content/nextcloud.md b/content/nextcloud.md index 505aae0..0109e5e 100644 --- a/content/nextcloud.md +++ b/content/nextcloud.md @@ -127,7 +127,6 @@ server { gzip_min_length 256; gzip_proxied expired no-cache no-store private no_last_modified no_etag auth; gzip_types application/atom+xml application/javascript application/json application/ld+json application/manifest+json application/rss+xml application/vnd.geo+json application/vnd.ms-fontobject application/wasm application/x-font-ttf application/x-web-app-manifest+json application/xhtml+xml application/xml font/opentype image/bmp image/svg+xml image/x-icon text/cache-manifest text/css text/plain text/vcard text/vnd.rim.location.xloc text/vtt text/x-component text/x-cross-domain-policy; - pagespeed off; client_body_buffer_size 512k; add_header Referrer-Policy "no-referrer" always; add_header X-Content-Type-Options "nosniff" always; -- cgit v1.2.3