9 lines
105 B

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