Was faced an error 413 request entity too large on NGINX while configuration for my application, finally found the solution to fix this issue, you simply need to add client_max_body_size to BOTH the HTTP server block and the HTTPS server block

Continue Reading...

GitLab CI/CD is a part of GitLab for applications development using CI-CD techniques. GitLab Runner is a tool for running jobs in a pipeline. GitLab Runner works with GitLab CI/CD.

Continue Reading...

Some MySQL queries are executing more time than the normal and it might be efficiency issues affecting your server, if you want to identifying those queries that take a long time to execute and would helps optimisation the queries.

Continue Reading...

If you may received an error Could not find the binary git when execute the command yarn install for packages installed for your NodeJs application,

Continue Reading...

phpMyAdmin software tool is an opensource and it's written in PHP Language, Intended to manage and administration of MySQL over the Web. phpMyAdmin tool can support for both MySQL and MariaDB.

Continue Reading...

When run the phpMyAdmin tool in a Docker container and configured in the NGINX virtual host with the reverse proxy received the warning appearing at the phpMyAdmin login screen.

Continue Reading...

Bitnami provides a free all-in-one tool to install in Linux with Apache, MySQL and PHP, you are able to use this of development purpose for your applications.

Continue Reading...