The original post: /r/nginx by /u/SalazarOpas on 2025-02-13 12:35:16.

Hello, I’m setting up a multi-website vps for the first time and hitting some issues.

Ubuntu + Nginx

I setup the server accoring to a guide and create a folder for the domain and configurations.

When i open the vps ip in browser, i get the nginx page.

Now I want to test the website1, normally I would just run the ip in browser but now since there are multiple domains associated to the same ip. How can I test each website before changing the dns?

I.e: Ip/website1.com Ip/website2.com

Thanks