79217969

Date: 2024-11-23 14:01:03
Score: 0.5
Natty:
Report link

you can try to remove the line of

try_files $uri $uri/ =404;

and by default nextjs build directory is .next/static you can try change alias path into

location /_next/{
    alias /path/.next/;
    expires 365d;
    access_log off;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: emild_