Device in rack layout redirects to IP address #13836
Replies: 2 comments 1 reply
-
You've not configured your front-end proxy (apache or nginx) correctly. It needs either to preserve the incoming Host header or add X-Forwarded-Host. There are working sample configs here. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok, I got it. In my case it is nginx. /etc/nginx/sites-available netbox.conf Instead I used Thanks. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
NetBox version: 3.5.9
Open rack layout and click to device. Hyperlinks of devices refer to IP address of server rather than the domain.
https://XXX.XXX.XXX.XXX/dcim/devices/X/ rather than https://domain.com/dcim/devices/X/
Beta Was this translation helpful? Give feedback.
All reactions