From ed38ef500cffef0c42199f46b5664768d62681e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Thu, 16 Feb 2023 16:36:31 +0100 Subject: [PATCH] =?UTF-8?q?of=20course=20java=20doesn=E2=80=99t=20listen?= =?UTF-8?q?=20on=20127.0.0.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/services/minecraft.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/services/minecraft.nix b/config/services/minecraft.nix index a1dc20c1..0667894a 100644 --- a/config/services/minecraft.nix +++ b/config/services/minecraft.nix @@ -227,7 +227,7 @@ extraConfig = '' import baseConfig - reverse_proxy http://127.0.0.1:8123 { + reverse_proxy http://138.201.155.128:8123 { trusted_proxies private_ranges } '';