trans and pinterest done
This commit is contained in:
parent
55cfa114c8
commit
0723f27fd4
|
@ -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";
|
||||||
|
|
Loading…
Reference in a new issue