Added git and minecraft map to proxy

This commit is contained in:
Chris Toph 2025-01-17 01:20:09 -05:00
parent a1ea7d26ea
commit 7160f9eb16

View file

@ -83,17 +83,10 @@
''; '';
}; };
"komodo.ryot.foo" = { "git.ryot.foo" = {
useACMEHost = "ryot.foo"; useACMEHost = "ryot.foo";
extraConfig = '' extraConfig = ''
reverse_proxy http://104.40.4.44:9120 reverse_proxy http://104.40.4.44:3003
'';
};
"home.ryot.foo" = {
useACMEHost = "ryot.foo";
extraConfig = ''
reverse_proxy http://104.40.4.44:7475
''; '';
}; };
@ -104,6 +97,26 @@
''; '';
}; };
"home.ryot.foo" = {
useACMEHost = "ryot.foo";
extraConfig = ''
reverse_proxy http://104.40.4.44:7475
'';
};
"komodo.ryot.foo" = {
useACMEHost = "ryot.foo";
extraConfig = ''
reverse_proxy http://104.40.4.44:9120
'';
};
"map.ryot.foo" = {
useACMEHost = "ryot.foo";
extraConfig = ''
reverse_proxy http://104.40.4.44:25566
'';
};
"nginx.ryot.foo" = { "nginx.ryot.foo" = {
useACMEHost = "ryot.foo"; useACMEHost = "ryot.foo";