From 498e250eb2d87fbddbfaedffd905b6c5a8d04ea7 Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 23 Jan 2021 04:07:11 -0500 Subject: [PATCH] allow search engines to index /web-install --- nginx/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index d1f20563..eee387e4 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -229,7 +229,6 @@ http { # Feature-Policy is being replaced by Permissions-Policy add_header Feature-Policy "accelerometer 'none'; ambient-light-sensor 'none'; autoplay 'none'; battery 'none'; camera 'none'; display-capture 'none'; document-domain 'none'; encrypted-media 'none'; fullscreen 'none'; geolocation 'none'; gyroscope 'none'; magnetometer 'none'; microphone 'none'; midi 'none'; payment 'none'; picture-in-picture 'none'; publickey-credentials-get 'none'; screen-wake-lock 'none'; sync-xhr 'none'; xr-spatial-tracking 'none'" always; add_header Cache-Control "public, max-age=1800"; - add_header X-Robots-Tag "noindex"; try_files $uri.html =404; http2_push /grapheneos.css?29; }