Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


How can I configure mod_expire with lighttpd?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

How can I configure mod_expire with lighttpd?

hostnoobhostnoob Member
edited February 2014 in Help

I want to set it up for CSS and JS, but I'm not sure what to put in the URL bit

$HTTP["url"] =~ "" {
expire.url = ( "" => "access plus 7 days" )
}

Edit I store all files in "css" or "js" folders (but not always root) but it would be good to configure it for .css/.js files

Edit #2 it's fine, found it. this can be closed

$HTTP["url"] =~ ".(css|js)$" {

Sign In or Register to comment.