diff -r 8cd5d49dfaa2 -r 735961d9596e etc/apache2/git.conf --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/etc/apache2/git.conf Wed Apr 24 17:29:04 2019 +0200 @@ -0,0 +1,23 @@ + + ServerName … + ServerAlias … + + ServerAdmin webmaster@localhost + DocumentRoot /var/www/html + + Alias /cgit-css "/usr/share/cgit/" + ScriptAlias / "/usr/lib/cgit/cgit.cgi/" + + AllowOverride None + Options None + Require all granted + + + AllowOverride None + Options ExecCGI FollowSymlinks + Require all granted + + + ErrorLog ${APACHE_LOG_DIR}/error.log + CustomLog ${APACHE_LOG_DIR}/access.log combined +