set error page

This commit is contained in:
prance 2022-01-30 20:31:13 +01:00
parent 0c7b221f3f
commit 1888dd2c9a
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ server {
# add_header Cache-Control "public";
# }
# error_page 500 502 503 504 404 403 /loader.html;
error_page 502 /loader.html;
location = /loader.html {
root /home/randomsec/RandomSec/MUOR/MUOR/configs;

View File

@ -40,7 +40,7 @@ server {
# add_header Cache-Control "public";
# }
# error_page 500 502 503 504 404 403 /loader.html;
error_page 502 /loader.html;
location = /loader.html {
root /home/randomsec/RandomSec/MUOR/MUOR/configs;