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;
|
||||
useACMEHost = "nixbld.m-labs.hk";
|
||||
locations."/".extraConfig = ''
|
||||
return 301 https://github.com/m-labs/nmigen;
|
||||
return 307 https://github.com/m-labs/nmigen;
|
||||
'';
|
||||
};
|
||||
"www.nmigen.org" = {
|
||||
addSSL = true;
|
||||
useACMEHost = "nixbld.m-labs.hk";
|
||||
locations."/".extraConfig = ''
|
||||
return 301 https://github.com/m-labs/nmigen;
|
||||
return 307 https://github.com/m-labs/nmigen;
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue