Report this

What is the reason for this report?

Automatically create users subdomain with sub-folders in DO with NGINX

Posted on March 31, 2015

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!

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.

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

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.