/docs/ -> /docs

This commit is contained in:
Parker M. 2024-12-02 23:52:48 -06:00
parent 2ef7bbaf23
commit ae775b9b0e
Signed by: parker
GPG Key ID: 505ED36FC12B5D5E

View File

@ -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