fix(cgit-taz): Drop /cgit.cgi prefix from vhost
This commit is contained in:
parent
fbae58987b
commit
b1be226626
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ with pkgs.third_party;
|
||||||
let
|
let
|
||||||
cgitConfig = writeText "cgitrc" ''
|
cgitConfig = writeText "cgitrc" ''
|
||||||
# Global configuration
|
# Global configuration
|
||||||
virtual-root=/cgit.cgi/
|
virtual-root=/
|
||||||
enable-http-clone=1
|
enable-http-clone=1
|
||||||
readme = README.md
|
readme = README.md
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue