Restructure DB config, add ssh keys
This commit is contained in:
parent
9479490574
commit
8f8da2a071
14 changed files with 155 additions and 17 deletions
|
@ -20,5 +20,15 @@
|
|||
'';
|
||||
};
|
||||
};
|
||||
"cal.anarkafem.dev" = {
|
||||
useACMEHost = "anarkafem.dev";
|
||||
forceSSL = true;
|
||||
locations."/".proxyPass = "http://127.0.0.1:4000";
|
||||
};
|
||||
"auth.anarkafem.dev" = {
|
||||
useACMEHost = "anarkafem.dev";
|
||||
forceSSL = true;
|
||||
locations."/".proxyPass = "http://127.0.0.1:9000";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue