From 30a3a504d9cfbb5d9159749608bdcdbac5243bbf Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Wed, 1 Apr 2026 13:05:33 +0200 Subject: Modified the submission system for commissions to save to a json isntead of sending emaik --- Caddyfile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Caddyfile') diff --git a/Caddyfile b/Caddyfile index ff902c8..404b190 100644 --- a/Caddyfile +++ b/Caddyfile @@ -2,6 +2,10 @@ # Site's directory root * /var/www/html/src + # Block direct access to JSON data files + @jsonFiles path *.json + respond @jsonFiles 404 + # Enable the static file server. file_server -- cgit v1.2.3