Skip to content

Added /chunkers, /chunk and /convert-and-chunk proxy routes to nginx config#5

Open
om-hb wants to merge 2 commits intoAKSarav:mainfrom
om-hb:chonkie_bugfix
Open

Added /chunkers, /chunk and /convert-and-chunk proxy routes to nginx config#5
om-hb wants to merge 2 commits intoAKSarav:mainfrom
om-hb:chonkie_bugfix

Conversation

@om-hb
Copy link

@om-hb om-hb commented Feb 3, 2026

After deploying the application via docker compose, I got the message "Install chonkie to enable" in the UI and the chunking features would not work.
After adding the /chunkers proxy route to the nginx config, the message was gone, however chunking would still not work.
After adding the /chunk and /convert-and-chunk routes, everything seems to work as expected now.

om-hb added 2 commits January 30, 2026 17:00
Introduces a new location block for /chunkers, forwarding requests to the backend service at port 8000 with appropriate proxy headers. This enables direct proxying of /chunkers requests through nginx.
Add exact-match nginx location blocks for /chunk and /convert-and-chunk in nginx.conf.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

Comments