Skip to content

Instantly share code, notes, and snippets.

@gautiermichelin
Last active May 3, 2021 08:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gautiermichelin/b384339af742dfbb36f1096d4c7a291e to your computer and use it in GitHub Desktop.
Save gautiermichelin/b384339af742dfbb36f1096d4c7a291e to your computer and use it in GitHub Desktop.
Maintenance page Idéesculture
<html>
<head>
<title>Id&eacute;esculture</title>
<link href="https://fonts.googleapis.com/css?family=Encode+Sans:200,400,800" rel="stylesheet">
<style>
body {
font-family: "Encode Sans", helvetica, arial, sans-serif;
font-weight:400;
margin:20px 240px;
}
h1 {
padding-top:140px;
padding-bottom:20px;
}
</style>
</head>
<body>
<h1>Maintenance</h1>
<p>We are running a maintenance on this server. Please come back in some minutes. Thanks.</p>
<p><i>Ce serveur est en maintenance, merci de revenir dans quelques minutes.</i></p>
</body>
</html>
@gautiermichelin
Copy link
Author

gautiermichelin commented Oct 26, 2018

Mode maintenance pour providence :

  1. Se placer dans le répertoire de providence en SSH sur le serveur
  2. wget https://gist.githubusercontent.com/gautiermichelin/b384339af742dfbb36f1096d4c7a291e/raw/3ed40ac9b51bd4785665231f299357e006c22892/index.html && mv index.php index_maintenance.php
  3. Faire les modifications
  4. Toujours en SSH dans le répertoire de providence sur le serveur
  5. rm index.html && mv index_maintenance.php index.php

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment