Skip to content

TurnKey server behind Nginx reverse proxy doesn't work with iOS/Safari #1861

@JedMeister

Description

@JedMeister

Following some discussion and research, it appears that there is an issue (in Nginx? Safari/iOS? Apache?) when an Apache server is behind an Nginx reverse proxy.

The workaround is to edit the nginx config (for the reverse proxy). First find the location block - it should look something like this:

location / {
    proxy_pass https://BACKEND_SERVER_IP:443;
    [...]
}

Then within that (i.e. after the first line and before the closing }):

    proxy_hide_header Upgrade;

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions