This commit is contained in:
xyno (Philipp Hochkamp) 2023-06-22 17:17:56 +02:00
parent 31637568e2
commit ac505934cf
6 changed files with 135 additions and 212 deletions

View file

@ -50,6 +50,13 @@
forceSSL = true;
locations."/".proxyPass = "http://[::1]${config.services.xynoblog.listen}";
};
services.lolpizza2.enable = true;
services.nginx.virtualHosts."lolpizza.ragon.xyz" = {
useACMEHost = "ragon.xyz";
forceSSL = true;
locations."/".proxyPass = "http://[::1]${config.services.lolpizza2.listen}";
};
services.nginx.virtualHosts."xyno.systems" = {
enableACME = true;
forceSSL = true;