chore(umami.php, .htaccess): remove duplicate cache rule + clean up cache headers

This commit is contained in:
Cory Dransfeldt 2025-05-18 12:57:39 -07:00
parent 1ebdc56a1f
commit 4f72f68f68
No known key found for this signature in database
4 changed files with 29 additions and 14 deletions

View file

@ -54,7 +54,6 @@ if ($method === 'GET' && preg_match('#^/utils\.js$#', $forwardPath)) {
http_response_code($code);
header('Content-Type: application/javascript; charset=UTF-8');
header('Cache-Control: public, max-age=60');
echo $js;
exit;
}