Is there a standard location for subdomain folders? I used to make folders for each subdomain in /var/web. I'm redoing my server and I want to make everything as clean as possible.
The Django tutorials I read usually have Django websites in the user's home folder.
There really is no standard. I've seen all of these possible locations used:
It really doesn't matter - just do whatever makes sense for how you want things laid out. Keep permissions in mind if you'll be granting access to multiple user accounts.