Make people send 30 minutes cache for everywhere

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-06-14 07:46:15 +00:00
parent cc7d8fd49f
commit f4ac8bcd55

View file

@ -40,7 +40,7 @@ NameVirtualHost *:80
ErrorLog "| /usr/sbin/rotatelogs /var/log/httpd/fedorapeople.org-error.log-%Y-%m-%d 86400 -l"
CustomLog "| /usr/sbin/rotatelogs /var/log/httpd/fedorapeople.org-access.log-%Y-%m-%d 86400 -l" vcommon
<Location /userdefs/>
<Location />
ExpiresActive On
ExpiresDefault "access plus 30 minutes"
</Location>