Serving html / css / js files with nginx Serving html / css / js files with nginx nginx nginx

Serving html / css / js files with nginx


   location ~* \.(js|jpg|png|css)$ {        root /srv/www/domain.com/website/;        expires 30d;    }

solved my issues.