From: Zack M. Davis Date: Mon, 20 Oct 2025 00:12:17 +0000 (-0700) Subject: set X-Robots-Tag noindex on Gitweb X-Git-Url: http://unremediatedgender.space/source?a=commitdiff_plain;h=3b8c2cae9dd3f42e6f70d39f5666436a48d1c267;p=Ultimately_Untrue_Thought.git set X-Robots-Tag noindex on Gitweb Thanks to Said Achmiz. --- diff --git a/provisioning/nginx_siteconf b/provisioning/nginx_siteconf index b18ce5b..279df7b 100644 --- a/provisioning/nginx_siteconf +++ b/provisioning/nginx_siteconf @@ -28,6 +28,7 @@ server { location /source { root /usr/share/gitweb/; + add_header X-Robots-Tag "noindex"; include fastcgi_params; gzip off; fastcgi_param SCRIPT_FILENAME /usr/share/gitweb/gitweb.cgi;