Cache forever header

Is it possible to add a cache forever header in nginx for static files
thanks

expires max;
expires 7d;
etc…

where can we add thisThanks

Look for lazy on wiki.nginx.org