dsm-reverse-proxy-websocket
dsm-reverse-proxy-websocket copied to clipboard
Configuration fix for Synology DSM 6 reverse proxy to handle websocket
Finally Synology allows to edit headers of Reverse Proxys with web socket and proxy timeout options right in the backend!
Up until this is supported by DSM this repo is the first place I look after a DSM upgrade. Thank you so much for maintaining these instructions!
**Issue:** I found that using `proxy_set_header Connection "upgrade";` would cause the following error on some reverse proxy'd web apps. `Microsoft.AspNetCore.Server.Kestrel.Core.BadHttpRequestException: Requests with 'Connection: Upgrade' cannot have content in the request...