Question
Automatically create users subdomain with sub-folders in DO with NGINX
I need to automatically create a user subdomain when the user signup to a new account. Each user will have a different folder. For example.
/html/user1
/html/user2
Should work like this:
user1.domain.com
user2.domain.com
Should be great if just creating a new folder will be enough to automatically make it work and available the subdomain.
We are using nginx for having better performance with our app.
How we can accomplish this?, need to change something in the DNS also?
Step by step answer will be very appreciate.
Thanks!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×
I have built this shell command auto create user and
Please check this