diff --git a/astro/nginx.conf b/astro/nginx.conf index 2722f3c..c7597ef 100644 --- a/astro/nginx.conf +++ b/astro/nginx.conf @@ -23,20 +23,18 @@ http { location /error_page.html { internal; } - - location ~* \.(jpg|jpeg|png|gif|ico|css|html)$ { + + location ~* \.(jpg|jpeg|png|gif|ico|css|html)$ { expires 30d; add_header Pragma public; add_header Cache-Control "public"; } - location ~* \.js$ { expires 30d; add_header Pragma public; add_header Cache-Control "public"; add_header Content-Type application/javascript; } - error_page 404 /404.html; } } \ No newline at end of file