Thread
:
Problems with nginx reverse proxy and calibre
View Single Post
01-01-2024, 02:25 AM
#
3
HuckinFappy
Junior Member
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
View Public Profile
Find More Posts by HuckinFappy
Track Posts by HuckinFappy via RSS