Ajout d'une page d'erreur pour ngnix
This commit is contained in:
parent
e8c6e5dec0
commit
9e10025ce9
@ -28,5 +28,9 @@ http {
|
||||
location /media/ {
|
||||
alias /usr/src/app/media/;
|
||||
}
|
||||
|
||||
error_page 502 /static/html/500.html;
|
||||
error_page 503 /static/html/500.html;
|
||||
|
||||
}
|
||||
}
|
||||
|
28
src/agenda_culturel/static/html/500.html
Normal file
28
src/agenda_culturel/static/html/500.html
Normal file
@ -0,0 +1,28 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="fr">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Y'a un p'tit pépin !</title>
|
||||
<link rel="icon" type="image/svg+xml" href="/static/images/favicon.svg">
|
||||
<link rel="stylesheet" href="/static/CACHE/css/style.125efeac89b0.css" type="text/css" media="screen">
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<main class="container">
|
||||
<article>
|
||||
<header>
|
||||
<h1>Y'a un p'tit pépin !</h1>
|
||||
</header>
|
||||
<div class="grid two-columns-2">
|
||||
<div>
|
||||
<p style="font-size: 110%">On a un p'tit pépin sur le serveur, mais on est certainement en train de le résoudre ! Si ça persiste, envoyez-vous un hibou !</p>
|
||||
<p>L'équipe de <a href="https://pommesdelune.fr">pommesdelune.fr</a></p>
|
||||
</div>
|
||||
<div class="image"><img src="/static/images/pommes.svg" alt="quelques pommes et leur pépins" /></div>
|
||||
</div>
|
||||
</article>
|
||||
</main>
|
||||
|
||||
</body>
|
Loading…
Reference in New Issue
Block a user