debuged python docker client issue
This commit is contained in:
@@ -10,10 +10,7 @@ localhost {
|
||||
|
||||
# Session-specific routing - proxy to session manager for dynamic routing
|
||||
handle /session/{session_id}* {
|
||||
# Strip the session prefix and pass to session manager
|
||||
uri strip_prefix /session/{session_id}
|
||||
# Add session ID as header for routing
|
||||
header X-Session-ID {session_id}
|
||||
# Keep the full path including session ID for routing
|
||||
reverse_proxy session-manager:8000
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user