Skip to content
Discussion options

You must be logged in to vote

Yes - although "how do I configure Apache?" isn't really a Netbox question.

The following should be all you need:

<VirtualHost *:80>
    Redirect permanent / https://netbox.my-domain.com/
</VirtualHost>

<VirtualHost *:443>
    ... standard Netbox config goes here
</VirtualHost>

If you have an existing "default" site, then you may need to disable it (e.g. for Ubuntu: a2dissite 000-default)

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ryanmerolle
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants