-
Published Answer
Hi
Can you post the Nginx configs here?
Cheers
•
By
unixynet
-
Published Answer
Hi
Volumes are internal storage to your server. You’re looking to use Spaces so you can share these documents.
Cheers
•
By
unixynet
-
Published Answer
Hi
Your server doesn’t have enough memory to complete the installation of Nginx.
1:openssl-1.0.2k-16.el76.1.x8664: [Errn...
•
By
unixynet
-
Published Answer
Hi
I don’t have access to your server so I don’t know for sure what the issue could be. But since your server was rebooted, here…
Accepted Answer:
Hi
I don’t have access to your server so I don’t know for sure what the issue could be. But since your server was rebooted, here…
•
By
unixynet
-
Published Answer
Hi
This is the work of a log files analyzer. I don’t know what’s your stack but you can look at Awstats or Analog.
Cheers
•
By
unixynet
-
Published Answer
This is confusing indeed. Error 0 means success.
$ perror 0
OS error code 0: Success
Can you add this to your…
•
By
unixynet
-
Published Answer
You need to “sudo -s” for your shell (where you’ll become root) and then crontab -e to put these two jobs:
*/15 * * * * s...
•
By
unixynet
-
Published Answer
There are two components to the control panel. There’s cPanel and WHM. The root password works on the WHM UI at https://your.ip.a…
•
By
unixynet
-
Published Answer
You can access PhpMyAdmin here: http://174.138.80.160/phpmyadmin/
As for the source code, you’ll need to access it via SSH (ssh…
•
By
unixynet
-
Published Answer
Yes you can point the A record to your DO droplet. That’s enough to get you going.
Cheers
Accepted Answer:
Yes you can point the A record to your DO droplet. That’s enough to get you going.
Cheers
•
By
unixynet
-
Published Answer
Try this and see if it helps:
python manage.py runserver 0.0.0.0:8000
Cheers
•
By
unixynet
-
Published Answer
HTTP code 301 is not an error. It’s a permanent redirect. Your app is the one possibly redirecting to www.myapp.com. So that’s wher…
•
By
unixynet
-
Published Answer
One of these should work:
service mysqld restart
service mariadb restart
If that also fails, copy/paste the outp…
•
By
unixynet
-
Published Answer
There’s no simple way to do that either through Cloudways or through DO. You’ll need to get down and dirty with the Linux shell, th…
•
By
unixynet
-
Published Answer
Your rewrite logic for website.com (/var/www/.htaccess) is likely not checking if the actual subpage/subfolder you’re browsing (for…
•
By
unixynet
-
Published Answer
You can also run curl with the “-k” flag to omit SSL complaints.
Cheers
•
By
unixynet
-
Published Answer
This should help:
https://medium.com/@utkarsh_verma/configure-nginx-as-a-web-server-and-reverse-proxy-for-nodejs-application-on-…
•
By
unixynet
-
Published Answer
If you want to move the server block by block then you’ll need to use dd over ssh. Here’s a Linode article on how to do thi…
•
By
unixynet
-
Published Answer
Hi Marcus
This is a community-run area so you might not get the speedy help you need. Be sure to open a support request with Dig…
•
By
unixynet
-
Published Answer
Hi
IMHO, you’re optimizing prematurely. Bandwidth is the least of your concerns if you’re offering a PaaS. I’d focus on CPU, mem…
•
By
unixynet