79681232

Date: 2025-06-26 22:48:38
Score: 1
Natty:
Report link

Only the last error_page 404 will be triggered, so if you want to let Codeigniter handle the error_page handle it to /index.php

error_page 404 /index.php;

Also, this is unnecessary if you want to let Codeigniter handle the error_page 404.

location = /404.php {
    internal;
    ...
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Haugli92