Skip to content

proxy_redirect #6

@Mr-Bo

Description

@Mr-Bo

I've just found that redirects behind proxy don't work with default template of nginx.conf.
I think proxy_redirect off;

should be replaced with something like
proxy_redirect ~^(http://[^:]+):\d+(/.+)$ $1$2;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions