-
Published Question
Earlier I was able to ssh to my droplet using ssh root@xxx.xx.xx.xxx command. But from yesterday I am getting this error packet_write_wait: Connection to xxx.xx.xx.xxx port 22: Broken pipe. What could be the possibl...
2
•
•
By
nipun59
Linux Commands
Ubuntu 16.04
-
Published Question
I am having a ubuntu server droplet that uses nginx for routing and gunicorn for django app. We have hosted frontend website using nginx and those are having differnet git repositries on bitbucket. So how can I automa...
1
•
•
By
nipun59
Nginx
Deployment
DigitalOcean
Django
Git
Ubuntu 16.04
-
Published Answer
On Trying : curl ’http://localhost:8000/py/api/main’ -s -L -v -o /dev/null
Response is :
* Hostname was NOT found in DNS c...
•
By
nipun59
-
Published Answer
@hansen here is /etc/nginx/proxy_params
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_...
•
By
nipun59
-
Published Question
I am using nginx, gunicorn, django for backend. I have created apis in django, and these apis works fine for me from postman and even from my python code. But when I try to access the api from proxy server it gives me...
4
•
•
By
nipun59
Nginx
Configuration Management
Ubuntu 16.04
-
Published Question
I have created a ssh key for my droplet at digital oceans. After few days I have deleted the key from security page and still I am able to ssh using putty with that key. Is it necessary to delete the key from authoriz...
Accepted Answer:
Hansen is right. Installing keys on Droplets is a one-way deal: they're installed at initial boot only and never updated or removed. That keys repo is used for new droplets only.
To remove a key from a droplet:
sudo ...
3
•
•
By
nipun59
Security
Ubuntu 16.04