/docs/
-> /docs
This commit is contained in:
parent
2ef7bbaf23
commit
ae775b9b0e
@ -19,7 +19,7 @@ server {
|
|||||||
real_ip_recursive on;
|
real_ip_recursive on;
|
||||||
}
|
}
|
||||||
# Proxy docs to FastAPI
|
# Proxy docs to FastAPI
|
||||||
location /docs/ {
|
location /docs {
|
||||||
proxy_pass http://localhost:5252/docs;
|
proxy_pass http://localhost:5252/docs;
|
||||||
}
|
}
|
||||||
# Proxy /openapi.json to FastAPI
|
# Proxy /openapi.json to FastAPI
|
||||||
|
Loading…
x
Reference in New Issue
Block a user