🐳 Set up Docker config for new-frontend (#564)
This commit is contained in:
9
src/new-frontend/nginx-backend-not-found.conf
Normal file
9
src/new-frontend/nginx-backend-not-found.conf
Normal file
@@ -0,0 +1,9 @@
|
||||
location /api {
|
||||
return 404;
|
||||
}
|
||||
location /docs {
|
||||
return 404;
|
||||
}
|
||||
location /redoc {
|
||||
return 404;
|
||||
}
|
Reference in New Issue
Block a user