Remove jdholt.com redirect

This commit is contained in:
Jordan Holt 2024-08-09 19:05:01 +01:00
parent 08c9a6ae19
commit ecf34dbc89
Signed by: jordan
GPG Key ID: B8CFFF61F1CCF520

View File

@ -105,6 +105,15 @@ in {
'';
};
};
"jdholt.com" = {
forceSSL = true;
enableACME = true;
serverAliases = [ "www.jdholt.com" ];
extraConfig = nginxErrorPages + nginxEdgeHeaders + nginxStrictHeaders;
locations."/skycam/snapshot.jpg" = {
root = "/var/www/jdholt.com";
};
};
"pki.vimium.com" = {
addSSL = true;
forceSSL = false;
@ -142,7 +151,6 @@ in {
## Redirects
// (mkRedirect "h0lt.com" "jdholt.com")
// (mkRedirect "jordanholt.xyz" "jdholt.com")
// (mkRedirect "jdholt.com" "vimium.com")
// (mkRedirect "omnimagic.com" "vimium.com")
// (mkRedirect "omnimagic.net" "vimium.com")
// (mkRedirect "thelostlegend.com" "suhailhussain.com")