Skip to content

Commit

Permalink
Show alternate gitweb.conf access control config.
Browse files Browse the repository at this point in the history
  • Loading branch information
tv42 committed Feb 19, 2008
1 parent 9708fb2 commit e1d150d
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions gitweb.conf
Expand Up @@ -15,6 +15,15 @@ $projectroot = "/srv/example.com/git/repositories";
# is already sharing anonymously.
$export_ok = "git-daemon-export-ok";

# Alternatively, you could set these, to allow exactly the things in
# projects.list, which in this case is the repos with gitweb=yes
# in gitosis.conf. This means you don't need daemon=yes, but you
# can't have repositories hidden but browsable if you know the name.
# And note gitweb already allows downloading the full repository,
# so you might as well serve git-daemon too.
# $export_ok = "";
# $strict_export = "true";

# A list of base urls where all the repositories can be cloned from.
# Easier than having per-repository cloneurl files.
@git_base_url_list = ('git://example.com');

0 comments on commit e1d150d

Please sign in to comment.