🐛 Fix frontend hijacking /docs in development (#6)

* 🐛 Fix frontend hijacking /docs in development

* 🐛 Fix frontend Dockerfile copying Nginx config
This commit is contained in:
Sebastián Ramírez
2019-04-11 21:45:07 +04:00
committed by GitHub
parent 9c23d69f36
commit 151f7ed79b
2 changed files with 10 additions and 0 deletions

View File

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