COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20210809204718/https://github.com/nextcloud/server/commit/ac9465e96debb32cd1ae9c9676b7a55ebfa65880
Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Cache images on browser
Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion .
+1
−1
.htaccess
@@ -39,7 +39,7 @@
</IfModule >
# Add cache control for static resources
<FilesMatch "\.(css|js|svg|gif)$">
<FilesMatch "\.(css|js|svg|gif|png|jpg|ico )$">
Header set Cache-Control " max-age=15778463"
</FilesMatch >
Toggle all file notes
Toggle all file annotations
You can’t perform that action at this time.
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.