From e38f784562ddb7b4ef5c6ca181827cdf0bb83d8f Mon Sep 17 00:00:00 2001 From: Rory& Date: Wed, 3 Sep 2025 23:29:09 +0200 Subject: Fix the port... --- host/Rory-ovh/services/nginx/rory.gay/mc-yggdrasil.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'host') diff --git a/host/Rory-ovh/services/nginx/rory.gay/mc-yggdrasil.nix b/host/Rory-ovh/services/nginx/rory.gay/mc-yggdrasil.nix index b940289..1502208 100644 --- a/host/Rory-ovh/services/nginx/rory.gay/mc-yggdrasil.nix +++ b/host/Rory-ovh/services/nginx/rory.gay/mc-yggdrasil.nix @@ -4,7 +4,7 @@ addSSL = true; locations = { "/" = { - proxyPass = "http://localhost:25565"; + proxyPass = "http://localhost:25585"; recommendedProxySettings = false; extraConfig = '' proxy_ssl_verify off; -- cgit 1.5.1