Websocket HTTP1.1
Hi, im trying to use nginx reverse proxy but i cant upload a template...
Error: WebSocket protocol violation: handshake request must be at least HTTP/1.1: "HTTP/1.0"
NGINX Config https://hastebin.com/agidukuduhHastebin: Send and Save Text or Code Snippets for Free | Toptal®
Hastebin is a free web-based pastebin service for storing and sharing text and code snippets with anyone. Get started now.
8 Replies
i already tried the config of #Websocket connection failed (nginx websocket passthrough) but it doesnt work...
anyone any idea?
@Phorcys
i'm out for now, don't ping anyone please, just wait until you get in an answer
all good, thanks
https://discord.com/channels/747933592273027093/1007075267119947807/1007314775493070978
Could you give this a shot?
See my config, i already tried it
Hastebin: Send and Save Text or Code Snippets for Free | Toptal®
Hastebin is a free web-based pastebin service for storing and sharing text and code snippets with anyone. Get started now.
And its not working
YAY
proxy_http_version 1.1;
under location / fixed it
its working :Dwonderful