all repos — nixfiles @ 4d4d05baf80aad00f9caf9a5a06ce9205e58bfb4

System and user configuration, managed by nix and home-manager

git-server: let elgit handle its own static assets

Alan Pearce
commit

4d4d05baf80aad00f9caf9a5a06ce9205e58bfb4

parent

a5f1bebee3f6ca49016895ebda5f180b3c36ccf2

1 file changed, 0 insertions(+), 4 deletions(-)

jump to
M system/settings/services/git-server.nixsystem/settings/services/git-server.nix
@@ -207,10 +207,6 @@ in
{ extraConfig = '' encode zstd gzip - handle_path /static/* { - root * ${settings.dirs.static} - file_server - } ${security-headers { overrides.content-security-policy = { default-src = [ "none" ];