diff options
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 |
