Fix nginx.conf
All checks were successful
docker-build

This commit is contained in:
d3vyce 2023-04-02 12:12:08 -04:00
parent c1483fc5ed
commit eeadcd6d71

View File

@ -42,8 +42,8 @@ http {
return 302 /$1;
}
try_files $uri $uri.html $uri/ =404;
}
}
error_page 404 /404-error.html;
}
}
}