1
1

Move to subdomain

This commit is contained in:
2025-07-20 22:44:10 -04:00
parent 76a14c35fc
commit d7a07ed0c7

View File

@@ -35,8 +35,8 @@ in
'';
};
"fancytypist.dev" = {
serverAliases = [ "www.fancytypist.dev" ];
"osds.fancytypist.dev" = {
serverAliases = [ "osds.fancytypist.dev" ];
extraConfig = ''
reverse_proxy ${HOST}:${toString PORT}
'';