# WPP Expire start

location ~*  \.(css|js|ico|gif|jpeg|jpg|webp|png|svg|eot|otf|woff|woff2|ttf|ogg|pdf)$ {
    expires 30d;
}

# WPP Expire end
