1
1

Playing around with subdomains

This commit is contained in:
2023-10-23 18:17:38 -04:00
parent 346edf19d1
commit 05da3c784a

View File

@@ -23,6 +23,18 @@ in
'';
};
"osds.fancytypist.ca" = {
extraConfig = ''
respond "Welcome to the Ottawa Swing Dance Society"
'';
};
"*.fancytypist.ca" = {
extraConfig = ''
respond "Welcome to subdomain...fancytypist.ca"
'';
};
"fancytypist.dev" = {
serverAliases = [ "www.fancytypist.dev" ];
extraConfig = ''