add nginx

This commit is contained in:
2025-11-03 09:30:59 +08:00
parent c63f36fb59
commit f16f0fdb32
2 changed files with 20 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
location /api {
return 404;
}
location /docs {
return 404;
}
location /redoc {
return 404;
}