fix try_files in nginx conf

This commit is contained in:
prance 2022-01-30 17:12:48 +01:00
parent 8bba3ad255
commit dd7ef6f600
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ server {
error_page 500 502 503 504 404 403 /error.html;
location = /error.html {
try_files /home/randomsec/RandomSec/MUOR/MUOR/configs/loader.html;
try_files /home/randomsec/RandomSec/MUOR/MUOR/configs/loader.html 404;
}
location /logout/ {

View File

@ -41,7 +41,7 @@ server {
error_page 500 502 503 504 404 403 /error.html;
location = /error.html {
try_files /home/randomsec/RandomSec/MUOR/MUOR/configs/loader.html;
try_files /home/randomsec/RandomSec/MUOR/MUOR/configs/loader.html 404;
}
location /logout/ {