Spaces:
Paused
Paused
revert: keep full /stream/* path for iii-stream
Browse files
Caddyfile
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
:7860 {
|
| 2 |
# Route WebSocket streams (iii-stream on 3112)
|
| 3 |
-
#
|
| 4 |
-
|
| 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}"
|