How to configure nginx to 1st IP multiple sites
In google a lot of information on configuring apache and nginx nothing Telkom no, including on the official website.
I will be glad to any useful information, the ideal course would be the config.
Wait there are 2 IP on which 1 site. The second IP bought purely for the test. On different IP all without problems, trying to do at the 1st comes out.
Part of the current config:
server {
listen 89.248.105.84:80;
server_name termoteks.ru
www.termoteks.ru;root /var/www/vhosts/termoteks.EN/public;
passenger_enabled on;
}
server {
listen 89.248.105.87:80;
server_name eugene-studio.ru
www.eugene-studio.ru;location / {
root /var/www/vhosts/eugene-studio.EN/public;
index index.html index.htm;
}
PS. as is clear from the part config all to spin on REE and passenger
PS.S. I forgot, I only have nginx and no apache