mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-01-26 13:59:29 -06:00
18 lines
478 B
PHP
18 lines
478 B
PHP
@extends('errors.layout')
|
|
|
|
@section('title')
|
|
Error 502: Bad Gateway!
|
|
@stop
|
|
|
|
@section('container')
|
|
<h1 class="mt-5 text-center">
|
|
<i class="fa fa-exclamation-circle text-warning"></i> Error 502: Bad Gateway!
|
|
</h1>
|
|
|
|
<div class="separator"></div>
|
|
|
|
<p class="text-center">
|
|
The server, while acting as a gateway or proxy, received an invalid response from the
|
|
upstream server it accessed in attempting to fulfill the request.
|
|
</p>
|
|
@stop |