Skip to content
Discussion options

You must be logged in to vote

I figured it out....

Add this to your location block within site.conf, it's a reverse proxy issue

                proxy_redirect off;
                proxy_headers_hash_bucket_size 128;
                proxy_headers_hash_max_size 1024;
                proxy_http_version 1.1;
                proxy_set_header Upgrade $http_upgrade;
                proxy_set_header Connection "upgrade";
                proxy_set_header X-Real-IP $remote_addr;
                proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
                proxy_set_header X-Forwarded-Proto $scheme;
                proxy_set_header Host $http_host;
                proxy_set_header X-NginX-Proxy true;

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by redlewel
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant