forked from M-Labs/nix-scripts
use temporary redirect code
This commit is contained in:
parent
125654bcce
commit
9ee661049c
|
@ -548,14 +548,14 @@ in
|
||||||
addSSL = true;
|
addSSL = true;
|
||||||
useACMEHost = "nixbld.m-labs.hk";
|
useACMEHost = "nixbld.m-labs.hk";
|
||||||
locations."/".extraConfig = ''
|
locations."/".extraConfig = ''
|
||||||
return 301 https://github.com/m-labs/nmigen;
|
return 307 https://github.com/m-labs/nmigen;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
"www.nmigen.org" = {
|
"www.nmigen.org" = {
|
||||||
addSSL = true;
|
addSSL = true;
|
||||||
useACMEHost = "nixbld.m-labs.hk";
|
useACMEHost = "nixbld.m-labs.hk";
|
||||||
locations."/".extraConfig = ''
|
locations."/".extraConfig = ''
|
||||||
return 301 https://github.com/m-labs/nmigen;
|
return 307 https://github.com/m-labs/nmigen;
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue