caveman: remove development vhost now served by buzzrelay

This commit is contained in:
Astro 2023-03-31 20:29:57 +02:00
parent 439f263813
commit cf64c7c502
1 changed files with 0 additions and 5 deletions

View File

@ -64,11 +64,6 @@
];
locations."/".proxyPass = "http://127.0.0.1:${toString config.services.caveman.gatherer.settings.listen_port}/";
};
virtualHosts."relay.fedi.buzz" = {
forceSSL = true;
enableACME = true;
locations."/".proxyPass = "http://127.0.0.1:${toString 3000}/";
};
};
};
}