Playing around with subdomains
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user