Files
full-stack-fastapi-template/src/new-frontend/nginx-backend-not-found.conf
2023-12-04 23:09:14 +01:00

10 lines
105 B
Plaintext

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