aboutsummaryrefslogtreecommitdiff
path: root/services/docker/git-server/git-auth.conf
diff options
context:
space:
mode:
Diffstat (limited to 'services/docker/git-server/git-auth.conf')
-rw-r--r--services/docker/git-server/git-auth.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/services/docker/git-server/git-auth.conf b/services/docker/git-server/git-auth.conf
index 1acb316..d643659 100644
--- a/services/docker/git-server/git-auth.conf
+++ b/services/docker/git-server/git-auth.conf
@@ -1,3 +1,3 @@
-auth.backend = "htpasswd"
-auth.backend.htpasswd.userfile = "/git/private/user-info"
+auth.backend = "htpasswd"
+auth.backend.htpasswd.userfile = "/git/user-info"
auth.require = ( "" => ("method" => "basic", "realm" => "Git Access", "require" => "valid-user") )