I have just installed Nginx on my Raspberry and everything works smoothly.
I have created a basic index.html file and when I connect to my raspi, the web page is displayed correctly. Also php works.
I would like now to create a couple of projects as subdirectory of the /var/www default directory, project automation (/var/www/automation) and project information (/var/www/information), each 3 independent from the other.
So when connecting with the raspiIP (192.168.0.1), I would like to display the main or default website.
Then when connecting to raspiIP/automation, I would like to display the site dedicated to the automation and finally when connecting to rapiIP/information, I would like to display a third web site.
How can I configure nginx to achieve that?
I have tried what explained about Server Blocks (Virtual Hosts) but I have gone nowhere.
Can anyone please help me? Thanks, daniele
I have created a basic index.html file and when I connect to my raspi, the web page is displayed correctly. Also php works.
I would like now to create a couple of projects as subdirectory of the /var/www default directory, project automation (/var/www/automation) and project information (/var/www/information), each 3 independent from the other.
So when connecting with the raspiIP (192.168.0.1), I would like to display the main or default website.
Then when connecting to raspiIP/automation, I would like to display the site dedicated to the automation and finally when connecting to rapiIP/information, I would like to display a third web site.
How can I configure nginx to achieve that?
I have tried what explained about Server Blocks (Virtual Hosts) but I have gone nowhere.
Can anyone please help me? Thanks, daniele