commit e7326dd5388627a8d13c3219977cd2742bad1aeb parent d13ba28bd480075bf07c3f37a696b5163369d512 Author: Marcello Stanisci <marcello.stanisci@inria.fr> Date: Wed, 4 Jan 2017 13:12:14 +0100 All IPs for dockerized nginx Diffstat:
| M | docker/nginx/proxy.conf | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docker/nginx/proxy.conf b/docker/nginx/proxy.conf @@ -1,5 +1,5 @@ server { - listen 80; + listen *:80; root /dev/null; location / {