aboutsummaryrefslogtreecommitdiff
path: root/example.conf
diff options
context:
space:
mode:
Diffstat (limited to 'example.conf')
-rw-r--r--example.conf6
1 files changed, 2 insertions, 4 deletions
diff --git a/example.conf b/example.conf
index 117be5c..411a647 100644
--- a/example.conf
+++ b/example.conf
@@ -13,8 +13,7 @@ gitweb = no
## Allow git-daemon to publish all known repositories. As with gitweb,
## this can be done globally or per-repository.
-## NOT YET IMPLEMENTED.
-# daemon-ok = no
+daemon = no
## Logging level, one of DEBUG, INFO, WARNING, ERROR, CRITICAL
loglevel = DEBUG
@@ -41,8 +40,7 @@ gitweb = yes
owner = John Doe
## Allow git-daemon to publish this repository.
-## NOT YET IMPLEMENTED.
-# daemon-ok = no
+daemon = yes
[gitweb]
## Where to make gitweb link to as it's "home location".