Report this

What is the reason for this report?

Multiple domains on one droplet?

Posted on March 11, 2013

I’m new to VPS. I have a few domains that I would like to host on digitalocean. I read it’s possible but don’t know how. I have one rails app running (not correctly yet) at www.mikeglaz.com. I just followed the setting up nginx for Rails app instructions. All I did was add the following to my server directive inside nginx.conf to get my rails up running:

    listen       80;
    server_name  198.211.104.139;
    passenger_enabled on;
    root /home/mike/www/rails_app/public;

I have no idea where to go next to set up my 2 other domains.

mike



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.

Hey Mike, It would be great to see how you did this? Any chance you could share? <br> <br>Dan <br>

Nevermind, I figured it out. Multiple server directives…

I am looking to do the same thing, is it possible to expound on what you did?

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.