Update Apache configuration and socket service for WebSocket support
This commit adds a ProxyTimeout setting for WebSocket connections in the Apache configuration, enhancing the server's ability to manage long-lived connections. Additionally, the socket service documentation is updated to clarify compatibility with both Apache and Nginx as reverse proxies. These changes improve the handling of real-time communication in the application.
This commit is contained in:
@@ -49,6 +49,9 @@
|
||||
RequestHeader set X-Forwarded-Proto "https"
|
||||
RequestHeader set X-Real-IP %{REMOTE_ADDR}s
|
||||
RequestHeader set X-Forwarded-For %{REMOTE_ADDR}s
|
||||
|
||||
# Timeouts für WebSocket-Verbindungen
|
||||
ProxyTimeout 3600
|
||||
</LocationMatch>
|
||||
|
||||
# API-Routen
|
||||
|
||||
Reference in New Issue
Block a user