add node.nyc
This commit is contained in:
parent
1bfd2e16e9
commit
673d393b5a
2 changed files with 4 additions and 3 deletions
|
|
@ -3,6 +3,10 @@
|
|||
enable = true;
|
||||
package = pkgs.nginxStable.override {openssl = pkgs.libressl;};
|
||||
virtualHosts = {
|
||||
"node.nyc.zackmyers.io" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue