aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx.conf b/nginx.conf
index cd8f14b..68efd35 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -19,7 +19,7 @@ server {
real_ip_recursive on;
}
# Proxy docs to FastAPI
- location /docs/ {
+ location /docs {
proxy_pass http://localhost:5252/docs;
}
# Proxy /openapi.json to FastAPI