Big performance improvement! Added Caddyfile, using Caddy's file server to serve large files instead of PHP
This commit is contained in:
parent
92362efd47
commit
10502157a3
4 changed files with 73 additions and 3 deletions
8
authz_media.php
Normal file
8
authz_media.php
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<?php
|
||||
declare(strict_types=1);
|
||||
|
||||
require_once __DIR__ . '/auth.php';
|
||||
|
||||
require_auth(false);
|
||||
http_response_code(204);
|
||||
exit;
|
||||
Loading…
Add table
Add a link
Reference in a new issue