remove error page 402 because it is unused
This commit is contained in:
parent
2aa548c7ee
commit
ff8c7c1fbb
@ -2,7 +2,6 @@ proxy_intercept_errors on;
|
||||
|
||||
error_page 400 /ErrorPages/HTTP400.html;
|
||||
error_page 401 /ErrorPages/HTTP401.html;
|
||||
error_page 402 /ErrorPages/HTTP402.html;
|
||||
error_page 403 /ErrorPages/HTTP403.html;
|
||||
error_page 404 /ErrorPages/HTTP404.html;
|
||||
error_page 500 /ErrorPages/HTTP500.html;
|
||||
|
Loading…
Reference in New Issue
Block a user