By M Zuker
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!
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
This comment has been deleted
Hey guys, i tumble on this link as i was researching to do the same thing as @mzuker but for me i use Laravel as my back-end, Nuxt Js as front-end. if u can provide me ur skype handle or email so we can talk privately so i can tell you much about my project
To add a new subdomain you will want to:
1.) Create the new subdomain in the DNS section of the control panel and point it to your droplet’s IP address.
2.) Create your new folder on your droplet and load your web files to that location.
3.) Create a new file in /etc/nginx/sites-enabled for your new subdomain. You can use /etc/nginx/sites-enabled/default as a template. This guide will help with the specifics.
4.) Restart Nginx for your changes to take effect:
service nginx restart
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.