-
Published Answer
Great answer by @moisey!
Another thing to point out is that, this setting of “clientmaxbody_size” does not come included by de…
•
By
mauriciolazo28
-
Published Answer
According to Digital Ocean´s moderators, there is no option for monthly Paypal payments, but you do get to purchase many credits wi…
•
By
mauriciolazo28
-
Published Question
I just wanted to share the answer to an issue that has been giving me headaches for a couple of days.
I needed to have this setup:
- Shell-in-a-box needs to be accessed at https://ssh.example.com
- DNS entry for ssh...
1
•
•
By
mauriciolazo28
Nginx
Let's Encrypt
DNS
LEMP
Ubuntu 16.04
-
Published Answer
As most questions without context, the answer is, “it depends”.
What type of app would you be developing? What would be your ori…
•
By
mauriciolazo28
-
Published Answer
Hi @aerlaut!
Perhaps proxy_pass should be:
proxy_pass http://127.0.0.1:8081;
From what I understand is that, you …
•
By
mauriciolazo28
-
Published Answer
Hi @patrickhollingd!
Before suggesting a line of work or maybe a set of activities, would you like to give us some more informat…
•
By
mauriciolazo28
-
Published Answer
Hi again guys!
Just to close this topic, this is what I found out.
The culprit seems to be half wordpress half a bug in nginx…
Accepted Answer:
Hi again guys!
Just to close this topic, this is what I found out.
The culprit seems to be half wordpress half a bug in nginx…
•
By
mauriciolazo28
-
Published Answer
I have been able to see a light into a solution for this. Everything is working fine in regards to NGINX, PHP, MariaDB or Linux. Ne…
•
By
mauriciolazo28
-
Published Question
I set up a web server for two Wordpress websites. Installed NGINX, PHP, Mariadb, certbot for SSL, etc..
The problem I´m facing is that if I visited the website earlier than Certbot´s config, I can access it normally, ...
Accepted Answer:
Hi again guys!
Just to close this topic, this is what I found out.
The culprit seems to be half wordpress half a bug in nginx. Reading NGINX´s log I found that an action from Wordpress (wp-cron.php) creates a cron job...
3
•
•
By
mauriciolazo28
Nginx
Let's Encrypt
LEMP
PHP
WordPress
Ubuntu 16.04