add loader page

This commit is contained in:
prance 2022-01-30 16:45:32 +01:00
parent 7f10c50614
commit d5162ce41b
2 changed files with 3 additions and 2 deletions

View File

@ -34,6 +34,8 @@
</div>
</div>
</div>
<meta http-equiv="refresh"
content="10; URL=http://randomsec.projektstudencki.pl/"/>
</main>
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"

View File

@ -41,8 +41,7 @@ server {
error_page 500 502 503 504 404 403 /error.html;
location = /error.html {
add_header Content-Type text/html;
return 200 '<h1>Loading your instance...</h1><meta http-equiv="refresh" content="1; URL=http://randomsec.projektstudencki.pl/" />';
try_files /home/randomsec/RandomSec/MUOR/MUOR/configs/loader.html
}
location /logout/ {