remove dead code
This commit is contained in:
parent
adc9b57fe7
commit
1cea3dbf59
1 changed files with 0 additions and 22 deletions
|
@ -1,22 +0,0 @@
|
||||||
{ config, ... }: {
|
|
||||||
services.nginx.virtualHosts = {
|
|
||||||
"dd-ix.net" = {
|
|
||||||
enableACME = true;
|
|
||||||
forceSSL = true;
|
|
||||||
locations."/" = {
|
|
||||||
extraConfig = ''
|
|
||||||
return 307 https://c3d2.de;
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
};
|
|
||||||
"www.dd-ix.net" = {
|
|
||||||
enableACME = true;
|
|
||||||
forceSSL = true;
|
|
||||||
locations."/" = {
|
|
||||||
extraConfig = ''
|
|
||||||
return 307 https://c3d2.de;
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
};
|
|
||||||
};
|
|
||||||
}
|
|
Loading…
Add table
Reference in a new issue