Usually it is because by default the server is only listening on localhost. So you have to edit the listen
configuration with for example 0.0.0.0:8000
for all IPv4 interface.
Usually it is because by default the server is only listening on localhost. So you have to edit the listen
configuration with for example 0.0.0.0:8000
for all IPv4 interface.