News

Here's a quick tutorial on how to setup Nginx with PHP support. The key? The installation of fastCGI, aka PHP-FPM, so Nginx can serve PHP files to clients.
Docker cp command example Copying a file from inside a Docker container to the host is a great way to create a custom Docker image. For example, you could run the official Nginx Docker image and then ...