From 00a2568d35d82aeab6c752be7dd9e5bf61e108bf Mon Sep 17 00:00:00 2001 From: tzlil Date: Fri, 24 Feb 2023 14:06:23 +0200 Subject: bind git to 0.0.0.0, define vultr public ip as host --- hosts/vps/git.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/vps/git.nix b/hosts/vps/git.nix index cf05aae..c49bf7d 100644 --- a/hosts/vps/git.nix +++ b/hosts/vps/git.nix @@ -19,8 +19,8 @@ services = { fcgiwrap.enable = true; caddy = { - virtualHosts."http://100.67.217.90".extraConfig = '' - bind 100.67.217.90 + virtualHosts."http://95.179.168.209".extraConfig = '' + bind 0.0.0.0 ${config.website.defaultHeaders} header -Server handle /cgit.png { -- cgit 1.4.1