diff options
author | tzlil <tzlils@protonmail.com> | 2023-02-24 14:06:23 +0200 |
---|---|---|
committer | tzlil <tzlils@protonmail.com> | 2023-02-24 14:06:23 +0200 |
commit | 00a2568d35d82aeab6c752be7dd9e5bf61e108bf (patch) | |
tree | 9ba6f05496bea8251dab9974e920732bc71b174b /hosts | |
parent | 2dab06345eb4486b9af05e13cd82c5b02523b165 (diff) |
bind git to 0.0.0.0, define vultr public ip as host
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/vps/git.nix | 4 |
1 files 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 { |