Report this

What is the reason for this report?

How to add expiry header in NGINX?

Posted on November 26, 2013

Tried to add this one- location ~* .(js|css|png|jpg|jpeg|gif|ico)$ { expires 30d; log_not_found off; }

But it didn’t worked,that stopped the server. Any solution?

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Start building today

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.