Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: nginx: cache responses from app/download.php results (#44)
* feat: nginx: cache responses from app/download.php results This configuration change prevents the browser from systematically downloading thumbnails of uploaded files. Because "uploads" URLs are always pointing to the same exact file, we can cache the response.
- Loading branch information