Hello, I have a problem with
Serve static assets with an efficient cache policy, which shows me in page speed test by Google, can you help me fix the problem?
Issue
Settings
Additional nginx directives
# Enable Gzip compression
gzip on;
gzip_disable "msie6";
gzip_vary on;
gzip_proxied any...