diff options
| author | Parker <contact@pkrm.dev> | 2024-12-02 23:52:48 -0600 |
|---|---|---|
| committer | Parker <contact@pkrm.dev> | 2024-12-02 23:52:48 -0600 |
| commit | ae775b9b0eef37dd30d7b2995b98ca20c8dfe3fe (patch) | |
| tree | 55342f0b09810a79b63d5a2ec590c0cace42dbb5 | |
| parent | 2ef7bbaf23af0c3c44d5228750bf7921d44907e2 (diff) | |
`/docs/` -> `/docs`
| -rw-r--r-- | nginx.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
