4get put no nix just docker saje

This commit is contained in:
joy 2024-11-06 17:01:38 +01:00
parent 5e8279813e
commit 23ace22214

View file

@ -15,6 +15,14 @@
enableACME = true;
root = "/var/www/www.joygnu.org";
};
virtualHosts."4get.joygnu.org" = {
forceSSL = true;
enableACME = true;
extraConfig = ''
client_max_body_size 512M;
'';
locations."/".proxyPass = "http://localhost:8080";
};
};
security.acme.certs = {
"www.joygnu.org".email = "contact@joygnu.org";