XCP-ng

    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups

    XOce "Still Loading"

    Xen Orchestra
    2
    3
    325
    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.
    • mpyusko
      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
      • olivierlambert
        olivierlambert Vates 🪐 Co-Founder🦸 CEO 🧑‍💼 last edited by olivierlambert

        Check if a direct access is working correctly first.

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

          @olivierlambert Yes, direct access is fine.

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