trans and pinterest done

This commit is contained in:
joy 2024-11-06 17:53:05 +01:00
parent 55cfa114c8
commit 0723f27fd4

View file

@ -18,11 +18,18 @@
virtualHosts."4get.joygnu.org" = { virtualHosts."4get.joygnu.org" = {
forceSSL = true; forceSSL = true;
enableACME = true; enableACME = true;
extraConfig = ''
client_max_body_size 512M;
'';
locations."/".proxyPass = "http://localhost:8080"; locations."/".proxyPass = "http://localhost:8080";
}; };
virtualHosts."pin.joygnu.org" = {
forceSSL = true;
enableACME = true;
locations."/".proxyPass = "http://localhost:6060";
};
virtualHosts."trans.joygnu.org" = {
forceSSL = true;
enableACME = true;
locations."/".proxyPass = "http://localhost:5000";
};
}; };
security.acme.certs = { security.acme.certs = {
"www.joygnu.org".email = "contact@joygnu.org"; "www.joygnu.org".email = "contact@joygnu.org";