home · contact · privacy
Add comment.
[config] / buster / etc_files / website / etc / nginx / sites-available / website.nginx
index 05c9a4b6b712cf2474d33b284342376f7a914798..41487f9149303d67be6267a91e3d213af0046de1 100644 (file)
@@ -10,6 +10,8 @@ server {
     location ~ /repos/clone(/.*) {
         include fastcgi_params;
         fastcgi_param SCRIPT_FILENAME /usr/lib/git-core/git-http-backend;
+        # Commented out so only repos are served that contain a
+        # git-daemon-export-ok file.
         # fastcgi_param GIT_HTTP_EXPORT_ALL "";
         fastcgi_param GIT_PROJECT_ROOT /var/repos;
         fastcgi_param PATH_INFO $1;