summaryrefslogtreecommitdiff
path: root/content
diff options
context:
space:
mode:
authorYann Jorelle <yannjorelle@proton.me>2022-08-06 14:13:45 +0300
committerYann Jorelle <yannjorelle@proton.me>2022-08-06 14:13:45 +0300
commitf6c532d2edca6a279ba745e3a4d8a67d5540f9c5 (patch)
tree8cc8e99ff32535c026cab9859c9f5cd44c3f7a2a /content
parent2ec7a89da05b4d9f74ae1aa9b2ca041dec84a9ba (diff)
Nextcloud: remove nginx pagespeed directive
Removes pagespeed directive from the nextcloud nginx configuration. Fixes #224.
Diffstat (limited to 'content')
-rw-r--r--content/nextcloud.md1
1 files changed, 0 insertions, 1 deletions
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;