Skip to content

Commit

Permalink
Add ProxyWebsocketIdleTimeout configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Codycody31 committed Feb 2, 2024
1 parent 436b233 commit 2ec4861
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/my-httpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -551,4 +551,5 @@ SSLRandomSeed connect builtin

# Enable WebSocket proxy
ProxyPass "/api/ws" "ws://localhost:5000/ws"
ProxyPassReverse "/api/ws" "ws://localhost:5000/ws"
ProxyPassReverse "/api/ws" "ws://localhost:5000/ws"
ProxyWebsocketIdleTimeout 300

0 comments on commit 2ec4861

Please sign in to comment.