fix(nix): add nginx configuration for priime.dev
This commit is contained in:
parent
68c9475a94
commit
9e23d00da5
1 changed files with 5 additions and 0 deletions
|
@ -92,6 +92,11 @@
|
|||
services.nginx = {
|
||||
enable = true;
|
||||
virtualHosts = {
|
||||
"priime.dev" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/".root = "/home/priime/site/build";
|
||||
};
|
||||
"files.priime.dev" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue