use temporary redirect code

wfvm
Sebastien Bourdeauducq 2020-01-30 11:33:51 +08:00
parent 125654bcce
commit 9ee661049c
1 changed files with 2 additions and 2 deletions

View File

@ -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;
'';
};