full-stack-fastapi-template/frontend/nginx-backend-not-found.conf
Esteban Maya 8558cf00a2
♻ Move project source files to top level from src, update Sentry dependency (#630)
Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
2024-03-07 16:35:33 +00:00

10 lines
105 B
Plaintext

location /api {
return 404;
}
location /docs {
return 404;
}
location /redoc {
return 404;
}