add loading text

This commit is contained in:
prance 2022-01-30 15:12:38 +01:00
parent 455593c933
commit 0d5201a575
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@ server {
location = /error.html {
add_header Content-Type text/html;
return 200 '<meta http-equiv="refresh" content="1; URL=http://randomsec.projektstudencki.pl/" />';
return 200 '<h1>Loading your instance...</h1><meta http-equiv="refresh" content="1; URL=http://randomsec.projektstudencki.pl/" />';
}
location /logout/ {

View File

@ -42,7 +42,7 @@ server {
location = /error.html {
add_header Content-Type text/html;
return 200 '<meta http-equiv="refresh" content="1; URL=http://randomsec.projektstudencki.pl/" />';
return 200 '<h1>Loading your instance...</h1><meta http-equiv="refresh" content="1; URL=http://randomsec.projektstudencki.pl/" />';
}
location /logout/ {