Remove wildcard cert
This commit is contained in:
parent
2fc3df27a4
commit
27530f0de0
9 changed files with 10 additions and 27 deletions
|
@ -2,7 +2,7 @@
|
|||
imports = [ ../../../common/services/nginx.nix ];
|
||||
services.nginx.virtualHosts = {
|
||||
"anarkafem.dev" = {
|
||||
useACMEHost = "anarkafem.dev";
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/".root = "/var/www/anarkafem.dev/public";
|
||||
locations."/_matrix/".proxyPass = "http://127.0.0.1:8008";
|
||||
|
@ -21,12 +21,12 @@
|
|||
};
|
||||
};
|
||||
"cal.anarkafem.dev" = {
|
||||
useACMEHost = "anarkafem.dev";
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/".proxyPass = "http://127.0.0.1:4000";
|
||||
};
|
||||
"auth.anarkafem.dev" = {
|
||||
useACMEHost = "anarkafem.dev";
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/".proxyPass = "http://127.0.0.1:9000";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue