caddyui/caddy-admin.sh

13 lines
223 B
Bash

{
admin: 2019 {
enforce_origin: "false"
}
}
Can run the following command to turn it off:
curl -X PATCH http://localhost:2019/config/admin/enforce_origin -H "Content-Type: application/json" -d 'false'