Invalid device link #7912
-
Good day! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
This means you've not configured your proxy (apache or nginx) correctly. Copy the sample configs here, and take special care with Netbox puts absolute URLs in the image, rather than relative ones, so that you can copy the image to another server and the links will still work. But in order to do that, it needs to "see" the correct hostname and port being used in the original request - and that's what those headers are for. |
Beta Was this translation helpful? Give feedback.
This means you've not configured your proxy (apache or nginx) correctly. Copy the sample configs here, and take special care with
ProxyPreserveHost
(apache) orX-Forwarded-Host
(nginx).Netbox puts absolute URLs in the image, rather than relative ones, so that you can copy the image to another server and the links will still work. But in order to do that, it needs to "see" the correct hostname and port being used in the original request - and that's what those headers are for.