add loading text
This commit is contained in:
parent
455593c933
commit
0d5201a575
@ -40,7 +40,7 @@ server {
|
|||||||
|
|
||||||
location = /error.html {
|
location = /error.html {
|
||||||
add_header Content-Type text/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/ {
|
location /logout/ {
|
||||||
|
@ -42,7 +42,7 @@ server {
|
|||||||
|
|
||||||
location = /error.html {
|
location = /error.html {
|
||||||
add_header Content-Type text/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/ {
|
location /logout/ {
|
||||||
|
Loading…
Reference in New Issue
Block a user