This website requires JavaScript.
Explore
Help
Sign In
all_in_one
/
backend_and_cms
Watch
1
Star
0
Fork
You've already forked backend_and_cms
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f32502b3f5
backend_and_cms
/
frontend
/
nginx-backend-not-found.conf
10 lines
105 B
Plaintext
Raw
Blame
History
location /api {
return 404;
}
location /docs {
return 404;
}
location /redoc {
return 404;
}
Reference in New Issue
View Git Blame
Copy Permalink