-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed as not planned
Labels
Description
thank you for creating marvellous product.
Is your feature request related to a problem? Please describe.
current websocket options only working for ___location "/"
Describe the solution you'd like
need to add on/off checkbox for custom ___location to allow web socket.
needs to add these extra config in custom locations.
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
proxy_http_version 1.1;
Describe alternatives you've considered
i don't think so.
Additional context
apjyotirmay and StealthiiGurjinderSinghGurjinderSingh