fwd http to https #11637
fwd http to https
#11637
-
Can someone please point me in the right direction on how to setup a forward from http to https for netbox ? Thank you in advance. I cant seem to find any documents that explain how to do that. DS |
Beta Was this translation helpful? Give feedback.
Answered by
jeremystretch
Feb 1, 2023
Replies: 1 comment
-
NetBox itself doesn't do this, but you can easily configure your frontend HTTP server to automatically redirect HTTP requests. Here's an nginx config for example. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jsenecal
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
NetBox itself doesn't do this, but you can easily configure your frontend HTTP server to automatically redirect HTTP requests. Here's an nginx config for example.