From 43169b43212ca906abb860c7d9cec1ec9c630876 Mon Sep 17 00:00:00 2001 From: fsoest Date: Thu, 2 Jan 2025 00:18:39 +0100 Subject: [PATCH] test --- config/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/default.conf b/config/default.conf index b3e346c..d003ffc 100644 --- a/config/default.conf +++ b/config/default.conf @@ -10,6 +10,6 @@ server { } location / { - proxy_pass http://127.0.0.1:8016; + proxy_pass http://0.0.0.0:8016; } } \ No newline at end of file