XCP-ng
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    XOce "Still Loading"

    Scheduled Pinned Locked Moved Xen Orchestra
    3 Posts 2 Posters 688 Views 1 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • mpyuskoM Offline
      mpyusko
      last edited by

      948e1087-8a9b-46c8-8427-2abcef0263b7-image.png
      My Nginx RP .conf

      location / {
          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.

      1 Reply Last reply Reply Quote 0
      • olivierlambertO Offline
        olivierlambert Vates 🪐 Co-Founder CEO
        last edited by olivierlambert

        Check if a direct access is working correctly first.

        mpyuskoM 1 Reply Last reply Reply Quote 0
        • mpyuskoM Offline
          mpyusko @olivierlambert
          last edited by

          @olivierlambert Yes, direct access is fine.

          1 Reply Last reply Reply Quote 0
          • First post
            Last post