Skip to content

Commit

Permalink
[calibre-web] Change ingress to $http_connection so the login works a…
Browse files Browse the repository at this point in the history
…gain

resolves alexbelgium#1050
  • Loading branch information
klassm committed Nov 5, 2023
1 parent 059d9ae commit ad4ed38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion calibre_web/rootfs/etc/nginx/servers/ingress.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ server {
# Base from https://github.com/janeczku/calibre-web/wiki/Setup-Reverse-Proxy#nginx
proxy_bind $server_addr;
proxy_pass http://127.0.0.1:8083;
proxy_set_header Connection "Upgrade";
proxy_set_header Connection $http_connection;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Host $http_host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
Expand Down

0 comments on commit ad4ed38

Please sign in to comment.