Skip to content

doesn't work without proxy_redirect #71

Open
@d9k

Description

@d9k

See https://stackoverflow.com/a/24521632/1760643.

I have an issue when redirects lead to TARGET_HOST not to DOMAIN.

Solved it:

> docker exec -it {NGINX_SSL_PROXY_CONTAINER_NAME} sh
# vi /etc/nginx/nginx.conf

inside the

location / {
}

block I added

proxy_redirect http://{TARGET_HOST} https://{DOMAIN}:{SSL_PORT};

(you need to replace {TARGET_HOST} etc with your values)

Then

# nginx -s reload

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