Hi, i have notice a problem, an example: i have a vps with dedicated IP where i have a setup a website like https://mydomain.com
after installation of website on wordops every work fine.
if you try to request the IP of my server like http://1.1.1.1.1 on a browser you notice the classic message "Welcome to nginx!
If you see this page, the nginx web server is successfully installed and working. Further configuration is required.
For online documentation and support please refer to nginx.org
Please use the reportbug tool to report bugs in the nginx package with Debian. However, check existing bug reports before reporting a new bug.
Thank you for using nginx."
but if you try to open the IP with https like https://1.1.1.1.1 you are redirected to the main website installed, in my case https://mydomain.com
this appening in both case you have setup a website on 1.1.1.1.1 or not.
how i can solve this problem ?