Merge branch 'main' of git.graven.dev:emelie/nix-deploy
This commit is contained in:
commit
5669eb73f1
2 changed files with 21 additions and 0 deletions
|
@ -30,5 +30,12 @@
|
|||
forceSSL = true;
|
||||
locations."/".proxyPass = "http://127.0.0.1:9000";
|
||||
};
|
||||
"beanz.one" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
root = "/var/www/beanz.one/public";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue