|
|
|
@ -20,13 +20,14 @@ ScriptAlias /vroom /opt/vroom/public/vroom.pl |
|
|
|
|
</IfModule> |
|
|
|
|
<IfModule mod_headers.c> |
|
|
|
|
Header append Vary User-Agent env=!dont-vary |
|
|
|
|
</IfModule> |
|
|
|
|
<FilesMatch "/opt/vroom/(js|css|img|fonts|snd)/.*"> |
|
|
|
|
<IfModule mod_expires.c> |
|
|
|
|
ExpiresActive On |
|
|
|
|
ExpiresDefault "access plus 1 month" |
|
|
|
|
</IfModule> |
|
|
|
|
</FilesMatch> |
|
|
|
|
Header unset ETag |
|
|
|
|
</IfModule> |
|
|
|
|
ExpiresActive on |
|
|
|
|
ExpiresDefault "access plus 1 month" |
|
|
|
|
ExpiresByType application/json "access plus 0 seconds" |
|
|
|
|
ExpiresByType application/xml "access plus 0 seconds" |
|
|
|
|
ExpiresByType text/xml "access plus 0 seconds" |
|
|
|
|
ExpiresByType text/html "access plus 0 seconds" |
|
|
|
|
</Directory> |
|
|
|
|
<Location /socket.io> |
|
|
|
|
SSLRequireSSL on |
|
|
|
|