Update Caddyfile

This commit is contained in:
2026-02-21 01:56:04 +00:00
parent 56ce642c35
commit 91943990fb

View File

@@ -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/"