Topic on Project:Support desk

NGINX version of Apache 404 handler

8
Reception123 (talkcontribs)
2003:CC:ABD7:9900:6584:FC3B:528C:C431 (talkcontribs)

You mean you are looking for an nginx equivalent for the ErrorDocument directive?

Reception123 (talkcontribs)

Yes

2003:CC:ABD7:9900:DD9:42EA:ECF9:C185 (talkcontribs)

It should just be using the error_page directive:

error_page 404 /w/extensions/upload-scripts/404.php;

Feel free to add the missing nginx configuration to the extension page!

This post was hidden by 91.52.190.235 (history)
This post was hidden by 91.52.190.235 (history)
Reception123 (talkcontribs)

Where would I add that line to the extension?

I was also thinking of something that can be added to the NGINX configuration rather.

Reception123 (talkcontribs)
Reply to "NGINX version of Apache 404 handler"