NGINX: Create custom error page

PHOTO EMBED

Wed Feb 09 2022 12:39:56 GMT+0000 (Coordinated Universal Time)

Saved by @Maga ##nginx ##error_page

error_page   500  error.php;

location  error.php {
  
   internal;

}
content_copyCOPY

https://www.cyberciti.biz/faq/howto-nginx-customizing-404-403-error-page/