XOce "Still Loading"
-
My Nginx RP .conflocation / { proxy_pass https://192.168.1.200:443; proxy_set_header Host $host; 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 Connection "upgrade"; proxy_set_header Upgrade $http_upgrade; proxy_http_version 1.1; proxy_redirect default; proxy_read_timeout 1800; }
Yes, I used the https://xen-orchestra.com/docs/reverse_proxy.html instructions. No, it's not working right. Please help.
-
Check if a direct access is working correctly first.
-
@olivierlambert Yes, direct access is fine.