diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-01 13:05:33 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-01 13:05:33 +0200 |
| commit | 30a3a504d9cfbb5d9159749608bdcdbac5243bbf (patch) | |
| tree | 46010f7992108d89660b1540ffaa775ecfc6ae9b /Caddyfile | |
| parent | 84a00a9396e32524a0db82737cfa5239eba2891d (diff) | |
Modified the submission system for commissions to save to a json isntead of sending emaik
Diffstat (limited to 'Caddyfile')
| -rw-r--r-- | Caddyfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |
