From d8aff4737f312ecca9f836ff10a95df119337548 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Wed, 8 May 2024 07:24:46 +0000 Subject: [PATCH] add proxy error handling to minecraft http --- http/minecraft.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/http/minecraft.conf b/http/minecraft.conf index 8d1de76..b8a43c5 100644 --- a/http/minecraft.conf +++ b/http/minecraft.conf @@ -2,6 +2,8 @@ server { listen 443 ssl http2; server_name minecraft.tronnet.net; include snippets/ssl-acme.conf; + include snippets/proxy-errors.conf; + include snippets/error-pages.conf; location / { proxy_pass http://minecraft.root:80; proxy_redirect default;