This commit is contained in:
Chris Cochrun 2024-02-14 21:57:51 -06:00
parent 06a41da225
commit ee76ea79f3

View file

@ -15,7 +15,7 @@ in
services.caddy.virtualHosts = {
"abs.cochrun.xyz".extraConfig = ''
reverse_proxy localhost:${port}
reverse_proxy localhost:8999
'';
};
}