Setting up nginx on Ubuntu?
- by Industrial
Hi everyone,
I've just setup a VPS running Ubuntu server 10.10 as a test environment to run with nginx. This far i've ran apt-get install nginx php5 php5-cgi and accessed the IP of the VPS with a browser which outputs It works, so it should be ready to run. Never having worked with nginx in the past, I have no idea on what to do next.
How should I config my nginx install to run properly as a staging server in my LAN?
Apparently, there's multiple configs for nginx including sites-default and nginx-default making me really confused.