I've been tasked with migrating our netbox instances (prod, backup, test) to docker. I've tested using the
ninech docker image and can bring it up successfully. I know docker a bit so this is fine. The problems I'm having is with the nginx. Nginx isn't my strong point. By default it runs from server-name:port, but we'd need it to run from it's current url (
netbox.domain.com) with its existing ssl certificates. Is there an easy change to the nginx.conf to change the url?