mirror of
https://github.com/furyhawk/home_stack.git
synced 2026-07-21 10:16:47 +00:00
10 lines
105 B
Plaintext
10 lines
105 B
Plaintext
location /api {
|
|
return 404;
|
|
}
|
|
location /docs {
|
|
return 404;
|
|
}
|
|
location /redoc {
|
|
return 404;
|
|
}
|