.htaccess: format

This commit is contained in:
Milan
2021-12-10 17:10:30 +01:00
parent 3c967af9d2
commit c654258093

View File

@@ -101,13 +101,13 @@ Options -Indexes +FollowSymLinks +MultiViews +ExecCGI
Require all granted
## compress
<IfModule mod_headers.c>
#<IfModule mod_headers.c>
# SetOutputFilter DEFLATE
# SetEnvIfNoCase Request_URI \.(?:gif|jpe?g|png|zip|mp3)$ no-gzip dont-vary
# Header append Vary User-Agent env=!dont-vary
#
# <FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
# Header set Cache-Control "max-age=600, public"
# </FilesMatch>
</IfModule>
#</IfModule>