This commit is contained in:
makram89 2022-01-30 17:06:17 +01:00
parent 003937d4cd
commit b100058ba3

View File

@ -41,9 +41,8 @@ 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/" />';
location = /error.html {
try_files /home/randomsec/RandomSec/MUOR/MUOR/configs/loader.html
}
location /logout/ {