mirror of
https://github.com/humhub/humhub.git
synced 2025-04-22 16:11:55 +02:00
Removed caching section from htaccess file
This commit is contained in:
parent
b58d039b27
commit
360effe1f2
@ -1,4 +1,4 @@
|
||||
# check if RewriteModule is availbale
|
||||
# check if RewriteModule is availbale
|
||||
<IfModule mod_rewrite.c>
|
||||
|
||||
Options +FollowSymLinks
|
||||
@ -42,10 +42,3 @@
|
||||
Deny from all
|
||||
</IfModule>
|
||||
</FilesMatch>
|
||||
|
||||
# Caching schema
|
||||
<IfModule mod_headers.c>
|
||||
<FilesMatch "\.(jpg|png|gif|ico|svg|css|js|less)$">
|
||||
Header set Cache-Control "private, max-age=3600"
|
||||
</FilesMatch>
|
||||
</IfModule>
|
||||
|
@ -6,4 +6,5 @@
|
||||
- Permission overview filter (https://github.com/humhub/humhub/issues/3557) (TBD)
|
||||
- Admin log filter (https://github.com/humhub/humhub/issues/3909) (TBD)
|
||||
- SameSite Cookie Support (TBD)
|
||||
- Removed caching section from `.htaccess` file. See [Documentation](https://docs.humhub.org/docs/admin/performance#http-caching) for more details.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user