diff --git a/nginx.conf b/nginx.conf index db5d410..cbfb0d2 100644 --- a/nginx.conf +++ b/nginx.conf @@ -10,7 +10,7 @@ http { proxy_cache_valid 200 5m; server { - listen 127.0.0.1:8090; + listen 0.0.0.0:8090; access_log nginx/access_log;