From 91943990fbd5bc50cec4f4cd209f853485bcf711 Mon Sep 17 00:00:00 2001 From: Celeste Date: Sat, 21 Feb 2026 01:56:04 +0000 Subject: [PATCH] Update Caddyfile --- Caddyfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Caddyfile b/Caddyfile index c261d11..a74f975 100644 --- a/Caddyfile +++ b/Caddyfile @@ -1,5 +1,11 @@ :80 { route /api* { + @forbidden { + path /api/servers/create + method POST + } + respond @forbidden "Server creation is disabled." 403 + uri strip_prefix /api reverse_proxy http://api:14702 { header_down Location "^/" "/api/"