Answer the question
In order to leave comments, you need to log in
What IP should the web application listen to?
There is a server. I can't figure out which IP the web application should listen to?
0.0.0.0 or do you still need to specify the current server IP? What will be the difference?
Answer the question
In order to leave comments, you need to log in
0.0.0.0 means all interfaces, and if specific interface types are specified, it will only listen there.
0.0.0.0 - bind TO ALL INTERFACES
127.0.0.x - only to LOCAL: localhost
10.xx.xx.xx or 172.16.xx.xx or 192.168.0.xx - bind to LOCAL PRIVATE
xx.xx.xx.xx - to ONE PARTICULAR SELECTED
Web application must listen to the EXTERNAL interface or INTERNAL, to which traffic comes from the outside through the PROXY bridge.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question