webserver-config/install/error-pages
Joby Elliott 2a5b05b320 Refactor error page handling and configuration
Simplify the error page handling and configuration by refactoring the code. Removed the unnecessary error message "IP banned for bad behavior" and replaced it with a generic 403 error response. Also, added new error pages for 404, 503, and 50x errors. The error pages are now stored in the /var/www/error-pages directory. Updated the nginx configuration to use the new error pages and added PHP handling for the error pages.
2024-10-23 19:37:16 -06:00
..
50x.html Refactor error page handling and configuration 2024-10-23 19:37:16 -06:00
403.html Refactor error page handling and configuration 2024-10-23 19:37:16 -06:00
404.html Refactor error page handling and configuration 2024-10-23 19:37:16 -06:00
503.html Refactor error page handling and configuration 2024-10-23 19:37:16 -06:00