I’m using nginx-proxy-manager to expose my domain, such as https://odoo.domain.com. However, I’m also able to access the same server via its IP address. How can I block public access to the server’s IP address?
My setup:
- I’m running odoo standtalone not dockerized it’s open on port eg: 1.1.1.378079
- proxy-manager is running with docker container on port :81
- proxy-manager redirect’s domain to odoo, but I also can I access it through ip, how can I block access ip address directly.