From 425bc3d6090c292e8b8c4c1c0d4647276bee7381 Mon Sep 17 00:00:00 2001 From: Justus Winter Date: Tue, 26 Feb 2019 13:13:37 +0100 Subject: [PATCH] Bind to all interfaces. --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;