diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2022-08-06 19:37:57 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-06 19:37:57 +0000 |
| commit | 79b235098201f4cffe43d2e55505f6cb32c29b72 (patch) | |
| tree | 8cc8e99ff32535c026cab9859c9f5cd44c3f7a2a /content | |
| parent | 2ec7a89da05b4d9f74ae1aa9b2ca041dec84a9ba (diff) | |
| parent | f6c532d2edca6a279ba745e3a4d8a67d5540f9c5 (diff) | |
Merge pull request #225 from yannjor/fix-nextcloud
Nextcloud: remove nginx pagespeed directive
Diffstat (limited to 'content')
| -rw-r--r-- | content/nextcloud.md | 1 |
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; |
