# HG changeset patch # User Richard Westhaver # Date 1726272984 14400 # Node ID 59fd93e4d36f4ee9403f739c1222e0d0d827b1d7 # Parent 0b41bf922ca8d964ea32c2b2d26fe45d90ed733b cleanup diff -r 0b41bf922ca8 -r 59fd93e4d36f Caddyfile --- a/Caddyfile Fri Sep 13 18:09:48 2024 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,15 +0,0 @@ -{ -admin off -} -http://rurik/packy/* { -reverse_proxy unix//run/fcgiwrap.sock { - transport fastcgi { - env SCRIPT_FILENAME /usr/lib/cgit/cgit.cgi - } -} - -handle_path /assets/* { - root * /usr/share/webapps/cgit - file_server -} -} \ No newline at end of file diff -r 0b41bf922ca8 -r 59fd93e4d36f cgit.ini --- a/cgit.ini Fri Sep 13 18:09:48 2024 -0400 +++ b/cgit.ini Fri Sep 13 20:16:24 2024 -0400 @@ -6,5 +6,5 @@ gid = vc procname-master = uwsgi cgit processes = 1 -threads = 2 +threads = 8 cgi = /usr/lib/cgit/cgit.cgi \ No newline at end of file diff -r 0b41bf922ca8 -r 59fd93e4d36f cgitrc --- a/cgitrc Fri Sep 13 18:09:48 2024 -0400 +++ b/cgitrc Fri Sep 13 20:16:24 2024 -0400 @@ -15,6 +15,6 @@ # if cgit messes up links, use a virtual-root. For example, cgit.example.org/ has this value: virtual-root=/ -scan-path=/home/vc/packy +scan-path=/home/vc/src/ source-filter=/usr/lib/cgit/filters/syntax-highlighting.py \ No newline at end of file diff -r 0b41bf922ca8 -r 59fd93e4d36f override.conf --- a/override.conf Fri Sep 13 18:09:48 2024 -0400 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,3 +0,0 @@ -[Service] -ExecStart= -ExecStart=-/sbin/agetty --noclear --autologin vc --keep-baud console 115200,38400,9600 $TERM \ No newline at end of file