aboutsummaryrefslogtreecommitdiff
path: root/services/docker/git-server/git-lighttpd.conf
diff options
context:
space:
mode:
authorYuqian Yang <crupest@crupest.life>2025-02-28 16:18:56 +0800
committerYuqian Yang <crupest@crupest.life>2025-02-28 16:33:19 +0800
commit4d3232069bbb6f89cbbf50ca64209d39fdfcd89f (patch)
tree031b86d225ed9690893a42296023c14ba1a0a984 /services/docker/git-server/git-lighttpd.conf
parent0052b9d898e52584b53a4de219bdb58df20be0e1 (diff)
downloadcrupest-4d3232069bbb6f89cbbf50ca64209d39fdfcd89f.tar.gz
crupest-4d3232069bbb6f89cbbf50ca64209d39fdfcd89f.tar.bz2
crupest-4d3232069bbb6f89cbbf50ca64209d39fdfcd89f.zip
feat(git): use non-root and add robots.
Diffstat (limited to 'services/docker/git-server/git-lighttpd.conf')
-rw-r--r--services/docker/git-server/git-lighttpd.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/services/docker/git-server/git-lighttpd.conf b/services/docker/git-server/git-lighttpd.conf
index ba8e592..567303a 100644
--- a/services/docker/git-server/git-lighttpd.conf
+++ b/services/docker/git-server/git-lighttpd.conf
@@ -2,6 +2,7 @@ server.modules += ("mod_accesslog")
server.modules += ("mod_auth", "mod_authn_file", "mod_access")
server.modules += ("mod_setenv", "mod_cgi", "mod_alias")
+server.port = 3636
server.document-root = "/var/www/html/"
accesslog.filename = "/dev/fd/3"