OrangeStreet

Results 5 comments of OrangeStreet

Hi I have the same issue can you please share your nginx config

Thanks for this but there are a couple of variables defined that I do not have the values for: proxy_set_header Connection $proxy_connection; proxy_set_header X-Forwarded-Proto $proxy_x_forwarded_proto; proxy_set_header X-Forwarded-Ssl $proxy_x_forwarded_ssl; proxy_set_header X-Forwarded-Port...

server { root /usr/share/nginx/somefolder; index index.html index.htm index.nginx-debian.html; server_name whatever.domain.com; location / { proxy_pass http://:; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade"; proxy_set_header Host $host; } listen 443 ssl;...

This is my working nginx config after some trial and error..... thx for the pointers.

Same exact issue test on both same server and remote.