http redirect #9849
Answered
by
candlerb
darrenwoods3
asked this question in
Q&A
http redirect
#9849
-
I've installed netbox running apache. Is there a way to do a redirect/rewrite from http to https? |
Beta Was this translation helpful? Give feedback.
Answered by
candlerb
Jul 27, 2022
Replies: 1 comment
-
Yes - although "how do I configure Apache?" isn't really a Netbox question. The following should be all you need:
If you have an existing "default" site, then you may need to disable it (e.g. for Ubuntu: |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ryanmerolle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes - although "how do I configure Apache?" isn't really a Netbox question.
The following should be all you need:
If you have an existing "default" site, then you may need to disable it (e.g. for Ubuntu:
a2dissite 000-default
)