aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorParker <contact@pkrm.dev>2024-12-02 23:52:48 -0600
committerParker <contact@pkrm.dev>2024-12-02 23:52:48 -0600
commitae775b9b0eef37dd30d7b2995b98ca20c8dfe3fe (patch)
tree55342f0b09810a79b63d5a2ec590c0cace42dbb5
parent2ef7bbaf23af0c3c44d5228750bf7921d44907e2 (diff)
`/docs/` -> `/docs`
-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