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