Skip to content

Error in reverse proxy documentation #100

@gl-dev

Description

@gl-dev

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

Section:
"Set up a reverse proxy"

Documentation says:
proxy_set_header X-Forwarded-Host $host;

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

Correction:
proxy_set_header X-Forwarded-Host $http_host;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions