diff --git a/k8s/games/minecraft/deployments.yaml b/k8s/games/minecraft/deployments.yaml index 709d4cc..1262130 100644 --- a/k8s/games/minecraft/deployments.yaml +++ b/k8s/games/minecraft/deployments.yaml @@ -24,8 +24,13 @@ data: location / { proxy_pass http://localhost:8123; + proxy_set_header Host $host; + proxy_set_header X-Real-IP $remote_addr; + proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; + proxy_set_header X-Forwarded-Proto $scheme; + sub_filter 'Minecraft Dynamic Map' "Hexor's MC server"; - sub_filter "" '

Get Prism Launcher and client.zip for this server. Server address minecraft.hexor.cy:30565

Windows Install Script

'; + sub_filter "" '

Get Prism Launcher and client.zip for this server. Server address minecraft.hexor.cy:30565

Windows Install Script

'; sub_filter_once off; }