diff options
Diffstat (limited to 'gitolite-cgit')
-rw-r--r-- | gitolite-cgit/entrypoint.sh | 4 |
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; |