iInPe commented on issue #382:
URL: 
https://github.com/apache/rocketmq-dashboard/issues/382#issuecomment-3752708952

   I added `server.forward-headers-strategy: framework` config to 
`application.yml`, it's work for me.
   
   Here is my NGINX config:
   ```
           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_http_version 1.1;
           proxy_set_header Upgrade            $http_upgrade;
           proxy_set_header Connection         "upgrade";
   ```
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to