Big performance improvement! Added Caddyfile, using Caddy's file server to serve large files instead of PHP

This commit is contained in:
markmental 2026-03-02 16:58:47 -05:00
commit 10502157a3
4 changed files with 73 additions and 3 deletions

8
authz_media.php Normal file
View file

@ -0,0 +1,8 @@
<?php
declare(strict_types=1);
require_once __DIR__ . '/auth.php';
require_auth(false);
http_response_code(204);
exit;