Hello Dear Users,
Since a few days I'm trying to setup nginx on my server.
I'm trying to install it on Docker container and I'm not able to configure it right.
From begin:
I need to configure 2 virtual hosts. On my private computer it's not any problem. It's taking more less 3 minutes. When I'm trying to do it on my server I have problem. Even when I copy same configuration which was working fine on private computer it's not working on remote machine.
In attachment you can find:
- nginx.conf
- sites-available/default
- /var/log/access.log
In my opinion this behavior looks like nginx have some problem with recognised correctly server_name because he answer for all requests with default block. Haven't idea why.
Nginx is installed in ubuntu docker container on my remote machine.
nginx version: nginx/1.10.3 (Ubuntu)
If I can deliver you some more informations please let me know.
Thank you for help in advance.
Since a few days I'm trying to setup nginx on my server.
I'm trying to install it on Docker container and I'm not able to configure it right.
From begin:
I need to configure 2 virtual hosts. On my private computer it's not any problem. It's taking more less 3 minutes. When I'm trying to do it on my server I have problem. Even when I copy same configuration which was working fine on private computer it's not working on remote machine.
In attachment you can find:
- nginx.conf
- sites-available/default
- /var/log/access.log
In my opinion this behavior looks like nginx have some problem with recognised correctly server_name because he answer for all requests with default block. Haven't idea why.
Nginx is installed in ubuntu docker container on my remote machine.
nginx version: nginx/1.10.3 (Ubuntu)
If I can deliver you some more informations please let me know.
Thank you for help in advance.