backend_and_cms/frontend/nginx-backend-not-found.conf

10 lines
105 B
Plaintext
Raw Normal View History

2024-09-17 12:11:39 +08:00
location /api {
return 404;
}
location /docs {
return 404;
}
location /redoc {
return 404;
}