airsonic / airsonic-docs

Documentation for the Airsonic project
GNU General Public License v3.0
14 stars 48 forks source link

Error in reverse proxy documentation #100

Open gl-dev opened 3 years ago

gl-dev commented 3 years ago

Source: https://airsonic.github.io/docs/install/example/raspberrypi/

Section: "Set up a reverse proxy"

Documentation says: proxy_setheader X-Forwarded-Host **$host_**;

-> wrong, since playing songs and showing cover art is broken

Correction: proxy_setheader X-Forwarded-Host **$httphost**;