updated email addr for acme service
This commit is contained in:
parent
35dad5550d
commit
31d1aeeeec
1 changed files with 7 additions and 1 deletions
|
@ -52,13 +52,19 @@ in
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
locations."/".proxyPass = "http://apps:3000";
|
locations."/".proxyPass = "http://apps:3000";
|
||||||
};
|
};
|
||||||
|
#"geokkjer.eu" = {
|
||||||
|
# default = true;
|
||||||
|
# forceSSL = true;
|
||||||
|
# enableACME = true;
|
||||||
|
# locations."/".proxyPass = "/var/wwww/homepage/";
|
||||||
|
#};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# acme let's encrypt
|
# acme let's encrypt
|
||||||
security.acme = {
|
security.acme = {
|
||||||
acceptTerms = true;
|
acceptTerms = true;
|
||||||
defaults = {
|
defaults = {
|
||||||
email = "geokkjer@gmail.com";
|
email = "geir@geokkjer.eu";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue