Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

переопределение 4xx и 5xx страниц #24

Open
ghost opened this issue May 2, 2018 · 1 comment
Open

переопределение 4xx и 5xx страниц #24

ghost opened this issue May 2, 2018 · 1 comment

Comments

@ghost
Copy link

ghost commented May 2, 2018

Хочется в конвейере определить явно какие страницы показывать при

  • кодах 4xx
  • кодах 5xx

Причем если с первыми можно использовать layout - то для последних придется делать чистый статический html - так как сервер может быть недоступен

Для 500-тых получается нужно

  • ловить все эксепшены в продуктиве
  • отдавать статику
  • если не получилось показывать свой html зашитый внутрь движка
  • в последнем крайнем случае уже отрабаотает балансировщик с кодом "Сервис анавалябля"
@EvilBeaver
Copy link
Owner

для 500-х уже есть встроеный Middleware UseExceptionHandler

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant