Skip to content
Discussion options

You must be logged in to vote

@mlabuhn I figured it out, modify your config similarly. I changed my location stanza to:

    location /changedetection/ {
        proxy_pass http://172.18.0.15:5000/;
        proxy_set_header Host $http_host; <--- changed this from "localhost"
        proxy_set_header X-Forwarded-Prefix /changedetection/; <--- added a trailing forward-slash
        proxy_set_header X-Forwarded-Proto $scheme;
    }

and I changed HIDE_REFERER in my environment variables to "false"

Replies: 6 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by mlabuhn
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@masterwishx
Comment options

@masterwishx
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants