diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2023-04-24 14:10:51 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-24 14:10:51 +0000 |
| commit | 76d458886e27d37c3aa54bc156041b57ff33803f (patch) | |
| tree | c0f8f5aa297edf760f20d8a94ed128f9c2727fb2 /content | |
| parent | 20fa173dd57e68cbafc7316247601aaa78a1bc04 (diff) | |
| parent | 32c65f01c9487317278e525928a60420545fb2a2 (diff) | |
Merge pull request #267 from printplaatreparatie/nextcloud-headers
Update X-Robots-Tag with Nextcloud documentation
Diffstat (limited to 'content')
| -rw-r--r-- | content/nextcloud.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/content/nextcloud.md b/content/nextcloud.md index 0109e5e..dd73d2d 100644 --- a/content/nextcloud.md +++ b/content/nextcloud.md @@ -128,13 +128,13 @@ server { 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; client_body_buffer_size 512k; - add_header Referrer-Policy "no-referrer" always; - add_header X-Content-Type-Options "nosniff" always; - add_header X-Download-Options "noopen" always; - add_header X-Frame-Options "SAMEORIGIN" always; - add_header X-Permitted-Cross-Domain-Policies "none" always; - add_header X-Robots-Tag "none" always; - add_header X-XSS-Protection "1; mode=block" always; + add_header Referrer-Policy "no-referrer" always; + add_header X-Content-Type-Options "nosniff" always; + add_header X-Download-Options "noopen" always; + add_header X-Frame-Options "SAMEORIGIN" always; + add_header X-Permitted-Cross-Domain-Policies "none" always; + add_header X-Robots-Tag "noindex, nofollow" always; + add_header X-XSS-Protection "1; mode=block" always; fastcgi_hide_header X-Powered-By; index index.php index.html /index.php$request_uri; location = / { |
