Just setup netbox with nginx. Had a little trouble with the openssl cert but resloved that. However my url is not opening. I’m not having any service errors for netbox-rq or for nginx When i ran the “sudo systemctl enable netbox netbox-rq” that test was fine and i could get to the url.
I’m not sure how to test or check from here, I’m not a strong linux user yet, please help?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
We only use ipv4 on prem so not sure if this could be the issue? But still not resolving
so i have a look around and tried this in my nginx .conf listen [::]:80; listen 80;
Because netstat -tulpen | grep nginx
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 0 39134 3084/nginx: master
tcp6 0 0 :::80 :::* LISTEN 0 39135 3084/nginx: master
tcp6 0 0 :::443 :::* LISTEN 0 39133 3084/nginx: master
Okay it’s a certificate issue. I can open and bypass the cert in firefox. Need to figure out how to fix that.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.