Yash030 commited on
Commit
8b8448f
·
1 Parent(s): fc3db6e

revert: keep full /stream/* path for iii-stream

Browse files
Files changed (1) hide show
  1. Caddyfile +2 -2
Caddyfile CHANGED
@@ -1,7 +1,7 @@
1
  :7860 {
2
  # Route WebSocket streams (iii-stream on 3112)
3
- # Strip /stream prefix before proxying — iii-stream expects /mem-live/viewer not /stream/mem-live/viewer
4
- handle_path /stream/* {
5
  reverse_proxy localhost:3112 {
6
  header_up Host localhost:3112
7
  header_up Authorization "Bearer {env.AGENTMEMORY_SECRET}"
 
1
  :7860 {
2
  # Route WebSocket streams (iii-stream on 3112)
3
+ # Keep full path — iii-stream expects /stream/mem-live/viewer
4
+ handle /stream/* {
5
  reverse_proxy localhost:3112 {
6
  header_up Host localhost:3112
7
  header_up Authorization "Bearer {env.AGENTMEMORY_SECRET}"