diff options
author | tzlil <tzlils@protonmail.com> | 2023-08-07 23:24:44 +0300 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-08-07 23:24:44 +0300 |
commit | 551351a9d6661ffb0ad1fea46017714f04a3a70c (patch) | |
tree | 3133c06fc752490d520e37fc7cdf97c9b4b0a68c /hosts/vps/services | |
parent | cc79f53510c4a766965aed1808490931bc6ade6b (diff) |
fix git and remove space
Diffstat (limited to 'hosts/vps/services')
-rw-r--r-- | hosts/vps/services/git.nix | 2 | ||||
-rw-r--r-- | hosts/vps/services/website.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hosts/vps/services/git.nix b/hosts/vps/services/git.nix index b6006e2..7402a4b 100644 --- a/hosts/vps/services/git.nix +++ b/hosts/vps/services/git.nix @@ -50,7 +50,7 @@ try_files ${pkgs.cgit}/cgit/favicon.ico / file_server } - handle_path / { + handle { reverse_proxy unix//run/fcgiwrap.sock { transport fastcgi { env SCRIPT_FILENAME ${pkgs.cgit}/cgit/cgit.cgi diff --git a/hosts/vps/services/website.nix b/hosts/vps/services/website.nix index 75f33ae..8f15df1 100644 --- a/hosts/vps/services/website.nix +++ b/hosts/vps/services/website.nix @@ -51,7 +51,7 @@ </style> <pre> <a href="https://fm.tzlil.net">fm.tzlil.net</a> music - <a href="https://git.tzlil.net">git.tzlil.net</a> for everything im too embarrased to put on sourcehut + <a href="https://git.tzlil.net">git.tzlil.net</a> for everything im too embarrased to put on sourcehut </pre> ''} / file_server |