add maintenance mode to nginx

This commit is contained in:
loulous27 2025-11-27 09:18:34 +01:00
parent ab2a9bfa4d
commit 6dd56b94ef
4 changed files with 184 additions and 1 deletions

27
docs/maintenance.html Normal file
View file

@ -0,0 +1,27 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Photo Server | Maintenance</title>
</head>
<body style="display: flex; width: 100vw; height: 100vh; align-items: center; justify-content: center; margin: 0px;">
<div>
<center>
<h1>Maintenance Mode | Serveur Photo en maintance</h1>
</center>
<hr>
<center>
<h3>The server will be back soon | Le serveur photo reviendra au plus vite, soyez patient</h3>
</center>
<hr>
<center>
<h3>Contact Us | Pour nous contacter</h3>
<a href="mailto:photos@crans.org">photos@crans.org</a>
</center>
</div>
</body>
</html>