No entiendo por qué mi nombre de host en /etc/hosts solo funciona para Google Chrome. Ni en Safari, ni en Firefox, ni en herramientas de línea de comandos curl
.
##
# Host Database
#
# localhost is used to configure the loopback interface
# when the system is booting. Do not change this entry.
##
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
127.0.0.1 cool.pl.localhost
Solo funciona en http://cool.pl.localhost:8080
%-%. En otros navegadores sólo puedo acceder al sitio introduciendo %-% 0.0.0.0:8080
127.0.0.1:8080
.
Confundido lo que está mal configurado. ¿Qué magia está haciendo Google Chrome que funciona?