redirect pad.hacc.earth to pad.hacc.space

this should redirect visitors to pad.hacc.earth back to
pad.hacc.space. (this was requested in the matrix room, to make it
easier to communicate to people that pads moved yet again).
pad.hacc.earth-redirect
stuebinm 2021-04-15 14:00:46 +02:00
parent 25568db129
commit 3b928c6712
No known key found for this signature in database
GPG Key ID: 8FBE8AAD32FA12B7
1 changed files with 6 additions and 0 deletions

View File

@ -82,4 +82,10 @@
'';
};
};
services.nginx.virtualHosts."pad.hacc.earth" = {
forceSSL = true;
enableACME = true;
locations."/".return = "301 https://pac.hacc.space$request_uri";
};
}