You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments