View Single Post
Old 01-01-2024, 02:25 AM   #3
HuckinFappy
Junior Member
HuckinFappy began at the beginning.
 
Posts: 2
Karma: 10
Join Date: Dec 2023
Device: Kindle Paperwhite
I was right...it was the websockets. I needed to add the following to the location block for my nginx virtual server:

proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection $http_connection;
HuckinFappy is offline   Reply With Quote