nix flake update + website
This commit is contained in:
parent
1d8b29fec3
commit
9f332da434
6 changed files with 48 additions and 22 deletions
|
|
@ -20,10 +20,35 @@
|
|||
privateVirtualHosts."roam.lan" = {
|
||||
locations."/" = { };
|
||||
};
|
||||
virtualHosts."roam.hdohmen.de" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = { };
|
||||
virtualHosts = {
|
||||
"www.henri-dohmen.de" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
globalRedirect = "https://hdohmen.de";
|
||||
};
|
||||
"henri-dohmen.de" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
globalRedirect = "https://hdohmen.de";
|
||||
};
|
||||
"www.hdohmen.de" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
globalRedirect = "https://hdohmen.de";
|
||||
};
|
||||
"hdohmen.de" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = { };
|
||||
extraConfig = ''
|
||||
access_log off;
|
||||
'';
|
||||
};
|
||||
"roam.hdohmen.de" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = { };
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue