-
Published Question
I have a django app on DigitalOcean droplet running using gunicorn and nginx. The site is working but the static files are giveing 404. Below is my '/etc/nginx/sites-available/django-project' file:
```
server {
#l...
1
•
•
By
moni
Django
Nginx
-
Published Question
I reset my droplet password just now. Now I tried "service nginx status" and it says its not running. The error in the logs was:
[emerg] 3956#0: duplicate upstream "app_server" in /etc/nginx/sites-enabled/django.save....
2
•
•
By
moni
Nginx
Django
-
Published Question
Hi,
I have setup DKIM as instructed in the tutorial (https://www.digitalocean.com/community/tutorials/how-to-install-and-configure-dkim-with-postfix-on-debian-wheezy) in DigitalOcean droplet. But it is failing. This...
1
•
•
By
moni
-
Published Question
I am using godaddy's DNS file for my server at digitalocean. How do I add SPF and DKIM record in godaddy's DNS file?
1
•
•
By
moni
-
Published Question
I have postfix running on my server to send emails, but they end up in spam folder. What is the reason for that? Also, I have configured my godaddy account with following dns settings:
A(Host):
@ -> my-ip-address
Do,...
1
•
•
By
moni
-
Published Answer
I have a droplet limit of 1. Why so?
•
By
moni
-
Published Question
What are the bare minimal settings required to point a domain name to digital ocean server. I have domain names registered at godaddy and namecheap?
2
•
•
By
moni
-
Published Question
I have created a droplet from a snapshot of earlier working droplet(its a django app). When I open up the IP address in the browser it just doesn't work. I don't understand whats wrong. Any help?
2
•
•
By
moni