ulfm: initial test run
This commit is contained in:
parent
ce9e245000
commit
ef37392f07
4 changed files with 42 additions and 10 deletions
|
@ -28,7 +28,9 @@ in {
|
|||
# web stuff
|
||||
../applications/nginx.nix
|
||||
#../applications/acme.nix
|
||||
|
||||
# specific to tis server
|
||||
../applications/ulfm.nix
|
||||
];
|
||||
|
||||
deployment = {
|
||||
|
@ -57,14 +59,4 @@ in {
|
|||
"ulfm CNAME ${name}"
|
||||
];
|
||||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [ 8000 ];
|
||||
|
||||
services = {
|
||||
nginx.virtualHosts."ulfm.skynet.ie" = {
|
||||
#forceSSL = true;
|
||||
#useACMEHost = "skynet";
|
||||
# locations."/gw2".proxyPass = "http://localhost:8085";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue