-
Published Question
Finishing up site migration, I've been able to get it running on the droplet IP (http://162.243.173.84/) I've also checked if IP propagation (https://viewdns.info/propagation/?domain=safariguides.org) is complete
ente...
Accepted Answer:
Hi there @muirurisamuel,
Indeed your DNS looks all good.
At the moment your site is accessible via port 80 (HTTP), however, it does not work over port 443 which is https.
To fix that you need to install an SSL certif...
1
•
•
By
muirurisamuel
Nginx
Django
-
Published Question
I've messed up during fixing a prior issue, I have a site pluscolor.co.ke that could serve images and some static files are still serving okay actually. Now as you can see most images aren't available.
Need some assis...
1
•
•
By
muirurisamuel
Nginx
Linux Commands
Ubuntu 16.04
-
Published Question
I have a droplet with Django installed and I can run a script from /home/sammy/revamp like python manage.py getimages it returns output like
Successfully found image for "6c90a52a75c5a91054937d6ab3c8cd4e.jpg"
Problem ...
1
•
•
By
muirurisamuel
Django
Linux Commands
Ubuntu 16.04
-
Published Question
I've got 2 droplets and I have an idea to move files from a to b using rsync then return from b to a using the same.
I need to use ssh in the rsync and getting a permission denied error. I also tried adding the ssh ke...
1
•
•
By
muirurisamuel
Linux Commands
Ubuntu 16.04