-
Published Answer
Hi @dontstop99
You cannot use the same domain with different droplets like this.
here are your options:
Use a subdomain f…
•
By
Mohsen47
-
Published Tutorial
ProxySQL is a SQL-aware proxy server that can be positioned between your application and your database to create a caching layer to optimize MySQL queries. In this tutorial, you will use ProxySQL to set up transparent...
•
By
Mouhsen Ibrahim
MySQL
Ubuntu 16.04
Databases
Caching
Server Optimization
Open Source
-
Published Answer
@alexandrer
I just created a new Django project using python 3 and configured the Database backend the same way yo did except f…
•
By
Mohsen47
-
Published Answer
@luizhrqas
Thanks for posting a question here, I tried to reproduce your error but I failed to do so, I just created a new fres…
•
By
Mohsen47
-
Published Answer
@dianadianathales
Thanks a lot for using Digital Ocean for the last two years and we hope you will continue years to come.
Y…
•
By
Mohsen47
-
Published Answer
@lucasprogmd
Thanks for posting this question, automatic deployment is a complex task I will try to describe it here.
First …
•
By
Mohsen47
-
Published Answer
@purushottamsolutions
You can use a root jail to restrict your user to the specified directory, however you need to copy some o…
•
By
Mohsen47
-
Published Answer
@xinzheng
To install wkhtmltopdf on Ubuntu 18.04 droplet please execute these commands
sudo apt install xvfb wkhtmltopd...
•
By
Mohsen47
-
Published Answer
@royaldressdallas
Please you can open a support ticket for this, only then they can help you get your emails delivered.
•
By
Mohsen47
-
Published Answer
@jessetrading1993
It is unusual to have such kind of questions here but I will give you an answer, write this in your new file …
Accepted Answer:
@jessetrading1993
It is unusual to have such kind of questions here but I will give you an answer, write this in your new file …
•
By
Mohsen47
-
Published Answer
@techiebraj
To install brotli you need to execute these commands:
sudo apt update
sudo apt install -y build-essential ...
•
By
Mohsen47
-
Published Answer
@kiwohs
Thanks for posting this question, I think you have a problem with your web server setup if you are using apache web ser…
•
By
Mohsen47
-
Published Answer
@rokkjer
Thanks for sharing your problem here.
I think that you have an issue with the version of urllib3 or requests packag…
•
By
Mohsen47
-
Published Answer
@morenomdz
When you want to make a XML HTTP Request from one domain to another you need to include special headers in the respo…
•
By
Mohsen47
-
Published Answer
@tomcampbell
I created a new droplet and replayed all of your commands without any errors to make sure you can create directori…
Accepted Answer:
@tomcampbell
I created a new droplet and replayed all of your commands without any errors to make sure you can create directori…
•
By
Mohsen47
-
Published Answer
@mtavartkiladze
Network latency plays a big role here, you can make sure it is network latency by measuring the response time o…
•
By
Mohsen47
-
Published Answer
@chiKaRauT
Use Location tag as follows
<VirtualHost *:80>
ServerName mydomainname.net
ServerAlias www...
•
By
Mohsen47
-
Published Answer
@ahmadt
First good luck in your startup, I recommend to use terraform for infrastructure provisioni…
•
By
Mohsen47
-
Published Answer
If you are using Microsoft SQL server on windows then I have no idea how to replicate from it to Linux but maybe same instructions …
•
By
Mohsen47
-
Published Answer
@srinath1989
You need to setup a master/slave replication between your local DB and the server’s DB. this [tutorial](https://ww…
•
By
Mohsen47