Published Question
I'm having issues pointing my domain to my IP.
My django app is deployed at : http://159.203.117.240/ without an issue, but I cannot point a domain I bought: magnacreativelabs.club to the IP.
My Domain has a custom ...
Accepted Answer:
Real issue maybe your sites-enabled not symlinked. Run this on terminal:
- sudo ln -s /etc/nginx/sites-available/*.conf /etc/nginx/sites-enabled/
Nginx uses two separate folders, only confs in sites-enabled run.
You ...
2
•
•
By
mnyu
Deployment
DNS
Django
Nginx
Ubuntu 16.04