Files
UNIT3D-Community-Edition/resources/views/errors/502.blade.php
2018-04-23 20:44:01 -04:00

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