From e3373dfb5f508910d03bbb30076d214f48d5af46 Mon Sep 17 00:00:00 2001 From: ab Date: Wed, 9 Jul 2025 12:32:52 +0000 Subject: [PATCH] Update k8s/games/minecraft/deployments.yaml --- k8s/games/minecraft/deployments.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/k8s/games/minecraft/deployments.yaml b/k8s/games/minecraft/deployments.yaml index ba35263..81a1425 100644 --- a/k8s/games/minecraft/deployments.yaml +++ b/k8s/games/minecraft/deployments.yaml @@ -22,6 +22,12 @@ data: server { listen 80; + error_page 502 /502.html; + location = /502.html { + internal; + return 200 'Server Loading

Server is loading probably...

Please wait a moment and try refreshing the page.

'; + add_header Content-Type text/html; + } location / { proxy_pass http://localhost:8123; proxy_set_header Host $host;