aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gitolite-cgit/entrypoint.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/gitolite-cgit/entrypoint.sh b/gitolite-cgit/entrypoint.sh
index 184c50e..71342d1 100644
--- a/gitolite-cgit/entrypoint.sh
+++ b/gitolite-cgit/entrypoint.sh
@@ -325,8 +325,8 @@ EOF
server_name localhost;
# Logs
- access_log off;
- error_log off;
+ access_log /dev/null;
+ error_log /dev/null;
root /usr/share/webapps/cgit;
try_files \$uri @cgit;