add frontend redirect hosts
This commit is contained in:
parent
2f8d666060
commit
4cdbebe7f9
2 changed files with 55 additions and 40 deletions
|
|
@ -417,7 +417,10 @@ Example host configuration:
|
|||
config.sops.secrets."borg-private-key".path;
|
||||
};
|
||||
|
||||
frontend.hostName = "rabbigerzi.com";
|
||||
frontend = {
|
||||
hostName = "rabbigerzi.com";
|
||||
redirectHostNames = [ "www.rabbigerzi.com" ];
|
||||
};
|
||||
|
||||
backend = {
|
||||
hostName = "api.rabbigerzi.com";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue