2025-02-15, 07:02 PM
0.0.0.0 = bind to all interfaces available
127.0.0.1 = only bind to local loop back.
You would need to use your LAN IP in the bind field. Usually 192.168.X.X or 10.X.X.X. Once you do this you would need to update Nginx to use that LAN IP instead of 127.0.0.1.
127.0.0.1 = only bind to local loop back.
You would need to use your LAN IP in the bind field. Usually 192.168.X.X or 10.X.X.X. Once you do this you would need to update Nginx to use that LAN IP instead of 127.0.0.1.