diff --git a/nginx.conf b/nginx.conf index bf1e9bd..423c4c8 100644 --- a/nginx.conf +++ b/nginx.conf @@ -5,7 +5,7 @@ http { include mime.types; server { - listen 80; + listen 0.0.0.0:80; root /usr/share/nignx/html; index index.html; error_page 404 /404.html;