diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-03-30 22:51:57 +0000 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-03-30 22:51:57 +0000 |
commit | 6e0016c49083fee6a1c6835f8446e5e102e841fc (patch) | |
tree | 7ef50c93d0c69410823c513e38e42005ad3e4022 /roles/cgit/files/cgitrc | |
parent | 76739d013d99d11f90320d8743b769b06da5068a (diff) | |
download | infra-6e0016c49083fee6a1c6835f8446e5e102e841fc.tar.gz infra-6e0016c49083fee6a1c6835f8446e5e102e841fc.tar.bz2 infra-6e0016c49083fee6a1c6835f8446e5e102e841fc.zip |
Remove favicon deletion from cgit role
Favicon is back after each cgit package update. I don't think it worth
it to fight with it.
Nginx serves content out of /usr/share/webapps/cgit, which has some
useful files inside as well and it doesn't really make sense to move
working directory to different one either.
For long term maintainability reasons lets use a default favicon.
Diffstat (limited to 'roles/cgit/files/cgitrc')
-rw-r--r-- | roles/cgit/files/cgitrc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/roles/cgit/files/cgitrc b/roles/cgit/files/cgitrc index a030c2e..b5dbf93 100644 --- a/roles/cgit/files/cgitrc +++ b/roles/cgit/files/cgitrc @@ -9,9 +9,6 @@ enable-index-owner=0 # Enable blame page and create links to it from tree page. enable-blame=1 -# Add a cgit favicon. -favicon= - # Use a custom logo. logo= |