mirror of https://github.com/MISP/misp-docker
parent
d9bfc19f77
commit
7f36d2624b
|
@ -1,3 +1,10 @@
|
||||||
|
<?php
|
||||||
|
$proto = (isset($_SERVER['SERVER_PROTOCOL']))?($_SERVER['SERVER_PROTOCOL']):('HTTP/1.1');
|
||||||
|
header($proto.' 503 Service Unavailable', true);
|
||||||
|
header('cache-control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0');
|
||||||
|
header('retry-after: 30');
|
||||||
|
header('refresh: 30');
|
||||||
|
?>
|
||||||
<html>
|
<html>
|
||||||
MISP is loading...
|
MISP is loading...
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue