move proxy intercept errors to error-pages.conf

This commit is contained in:
2023-04-26 14:48:42 -07:00
parent 13cf19b466
commit 75e24764be
3 changed files with 3 additions and 2 deletions

@ -1,3 +1,5 @@
proxy_intercept_errors on;
error_page 400 /ErrorPages/HTTP400.html;
error_page 401 /ErrorPages/HTTP401.html;
error_page 402 /ErrorPages/HTTP402.html;