I want to setup a general cache-control for all NGINX-Sites. Here is an example of it:
location ~* \\.(?:ico|gif|jpe?g|png|svg?z)$ { expires 1y;