Hi i’m currently using the latest version of hide my wp and wp rocket on my website which is hosted on nginx server.
everything works fine when i keep hide my wp disabled and enable browser catching of wp rocket on nginx server by adding the code below in nginx config (http://docs.wp-rocket.me/article/80-browser-caching)
location ~* \.(css|js|ico|gif|jpe?g|png|svg|eot|otf|woff|woff2|ttf|ogg)$ {
expires max;
}
but when i enable hide my wp on nginx by the same browser catching setting of wp rocket on nginx the sites breaks down and appear distorted.
can you please help me remove the browser catching conflict with hide my wp
thank you very much for your time