DoTheEvo / selfhosted-apps-docker

Guide by Example
1.71k stars 122 forks source link

Security warning "X-Robots-Tag" #34

Open noone-g opened 1 year ago

noone-g commented 1 year ago

Change the line in nginx.conf from add_header X-Robots-Tag “none” always; to add_header X-Robots-Tag “noindex, nofollow” always;

From Nextcloud v 26.0, it does not recognize "none" as "noindex, nofollow". They are equivalent based on Nginx server manual.