bert: Add sharontrahan.com redirect
This commit is contained in:
parent
646eb50eba
commit
6a86383de9
|
@ -13,6 +13,7 @@
|
||||||
./maps.chandlerswift.com.nix
|
./maps.chandlerswift.com.nix
|
||||||
./music.chandlerswift.com.nix
|
./music.chandlerswift.com.nix
|
||||||
./preview.chandlerswift.com.nix
|
./preview.chandlerswift.com.nix
|
||||||
|
./sharontrahan.com.nix
|
||||||
./social.chandlerswift.com.nix
|
./social.chandlerswift.com.nix
|
||||||
./stjohnscccc.com.nix
|
./stjohnscccc.com.nix
|
||||||
./stjohnscccc.org.nix
|
./stjohnscccc.org.nix
|
||||||
|
|
8
bert/services/http/sharontrahan.com.nix
Normal file
8
bert/services/http/sharontrahan.com.nix
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
services.caddy.virtualHosts."sharontrahan.com" = {
|
||||||
|
serverAliases = ["www.sharontrahan.com"];
|
||||||
|
extraConfig = ''
|
||||||
|
redir https://fusion-living.com/
|
||||||
|
'';
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue