commit | b0664cc283796a3cba6516649be294d54b26689f | [log] [tgz] |
---|---|---|
author | Tim Zimmermann <tim@linux4.de> | Wed Jul 10 05:46:43 2024 +0200 |
committer | Tim Zimmermann <tim@linux4.de> | Wed Jul 10 05:46:43 2024 +0200 |
tree | 635eb034f3a7bf2129656cdd15e447a502ad1701 | |
parent | 5c1f2c61fe4297451a9022317c99936d6defe0b7 [diff] |
gerrit-config: Add robots.txt also for gitiles Change-Id: I38b246394b6781666590f2f7782fdcb560239fce
diff --git a/nginx/git.leafos.org b/nginx/git.leafos.org index 83b0308..e32f56d 100644 --- a/nginx/git.leafos.org +++ b/nginx/git.leafos.org
@@ -63,6 +63,9 @@ location /favicon.ico { proxy_pass http://localhost:8080; } + location /robots.txt { + proxy_pass http://localhost:8080/robots.txt; + } # git clone location ~ ^.*/(HEAD|info/refs|objects/info/.*|git-(upload|receive)-pack)$ {