I've set these expires headers in default.conf
The entire site breaks. No CSS and/ or images. Please does anyone know why?
location ~* .(jpg|jpeg|png|gif|ico|css|js)$ {
expires 365d;
}
The entire site breaks. No CSS and/ or images. Please does anyone know why?
location ~* .(jpg|jpeg|png|gif|ico|css|js)$ {
expires 365d;
}