summary refs log tree commit diff
path: root/hosts/vps
diff options
context:
space:
mode:
authortzlil <tzlils@protonmail.com>2023-02-24 14:06:23 +0200
committertzlil <tzlils@protonmail.com>2023-02-24 14:06:23 +0200
commit00a2568d35d82aeab6c752be7dd9e5bf61e108bf (patch)
tree9ba6f05496bea8251dab9974e920732bc71b174b /hosts/vps
parent2dab06345eb4486b9af05e13cd82c5b02523b165 (diff)
bind git to 0.0.0.0, define vultr public ip as host
Diffstat (limited to 'hosts/vps')
-rw-r--r--hosts/vps/git.nix4
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 {