This website works better with JavaScript
Home
Explore
Project
Register
Sign In
python
/
fastapi
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Branch:
develop
Branches
Tags
develop
master
0.1.0
fastapi
/
deploy
/
nginx
/
nginx-backend-not-found.conf
nginx-backend-not-found.conf
105 B
Permalink
History
Raw
1
2
3
4
5
6
7
8
9
location /api {
return 404;
}
location /docs {
return 404;
}
location /redoc {
return 404;
}