fix try_files in nginx conf
This commit is contained in:
parent
8bba3ad255
commit
dd7ef6f600
@ -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/ {
|
||||
|
@ -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/ {
|
||||
|
Loading…
Reference in New Issue
Block a user