I try to add Add Expires Headers inside NGINX Manager. I found excellent article
Add Expires Headers
Source: How to Add Expires Headers in WordPress
But when it is manually added code inside config it will break NGINX Manager. Is it possible to be added checkbox inside NGINX due to performance or code will not work?
location ~* \.(jpg|jpeg|gif|png|svg)$ {
expires 365d;
}
location ~* \.(pdf|css|html|js|swf)$ {
expires 2d;
}
Add Expires Headers
Source: How to Add Expires Headers in WordPress
But when it is manually added code inside config it will break NGINX Manager. Is it possible to be added checkbox inside NGINX due to performance or code will not work?
location ~* \.(jpg|jpeg|gif|png|svg)$ {
expires 365d;
}
location ~* \.(pdf|css|html|js|swf)$ {
expires 2d;
}