Playing around with subdomains
This commit is contained in:
parent
346edf19d1
commit
05da3c784a
1 changed files with 12 additions and 0 deletions
|
|
@ -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 = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue