Create an Nginx Default Catch-All Site on Ubuntu
When Nginx receives a request for an unknown domain, it may serve the first enabled site if there is no explicit default server. On…
Read article ->Archive
When Nginx receives a request for an unknown domain, it may serve the first enabled site if there is no explicit default server. On…
Read article ->
Redis is often used as a local object cache for WordPress and other web applications. It can reduce repeated database work by keeping frequently…
Read article ->
MySQL is a common database choice for WordPress and many PHP applications. On Ubuntu, you can install it from the default package repositories and…
Read article ->
PHP-FPM is the usual way to run PHP behind Nginx on Ubuntu. It gives you a long-running PHP process manager instead of starting PHP…
Read article ->
Nginx is a fast web server and reverse proxy that is commonly used for WordPress, PHP apps, static sites, APIs, and load-balanced web services….
Read article ->
If you edit Linux shell scripts on Windows, you may run into confusing errors when you copy those scripts back to Ubuntu or another…
Read article ->
An alias in Linux or Ubuntu is a shortcut for a command. It lets you type a short command and have the shell run…
Read article ->