Remove jdholt.com redirect
This commit is contained in:
parent
08c9a6ae19
commit
ecf34dbc89
@ -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" = {
|
"pki.vimium.com" = {
|
||||||
addSSL = true;
|
addSSL = true;
|
||||||
forceSSL = false;
|
forceSSL = false;
|
||||||
@ -142,7 +151,6 @@ in {
|
|||||||
## Redirects
|
## Redirects
|
||||||
// (mkRedirect "h0lt.com" "jdholt.com")
|
// (mkRedirect "h0lt.com" "jdholt.com")
|
||||||
// (mkRedirect "jordanholt.xyz" "jdholt.com")
|
// (mkRedirect "jordanholt.xyz" "jdholt.com")
|
||||||
// (mkRedirect "jdholt.com" "vimium.com")
|
|
||||||
// (mkRedirect "omnimagic.com" "vimium.com")
|
// (mkRedirect "omnimagic.com" "vimium.com")
|
||||||
// (mkRedirect "omnimagic.net" "vimium.com")
|
// (mkRedirect "omnimagic.net" "vimium.com")
|
||||||
// (mkRedirect "thelostlegend.com" "suhailhussain.com")
|
// (mkRedirect "thelostlegend.com" "suhailhussain.com")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user