-
Published Answer
I should have tried it before asking (I wasn’t sure how to). So, it seems that, when I do a request from C to W on the public IP (u…
•
By
mfnx
-
Published Question
I have 2 droplets, say W (where I host my website) and C (a computing unit).
The user enters input on W which must be sent to C (I do this with ssh over the private network). On C, the input is received and an output ...
1
•
•
By
mfnx
Python
Django
Nginx
Networking
-
Published Answer
In case this helps, additionally to correctly enabling VPC on your droplets (if unable, you can always destroy them and recreate th…
•
By
mfnx
-
Published Answer
Thanks @bobbyiliev, this was helpful to understand the big picture (not familiar with kubernetes yet).
As I understand it, in th…
•
By
mfnx
-
Published Question
So I managed to get my website working on a droplet (docker image with nginx, gunicorn, django). The website is still under development (I'm new to web development). The website is intended to be an interface for the ...
2
•
•
By
mfnx
Applications