Category: Nginx

  • Monitor Log & Relaunch Any Program in Linux

    Monitor Log & Relaunch Any Program in Linux

    Clearly there are many reasons a server program can crash, and none of these issues may be the fault of the devops. Using a typical web server as an example, the programs commonly running are Nginx, MariaDB, PHP on a Linux server. This setup, commonly called a LEMP stack (LAMP if Apache), by default is…

  • Nginx Multisite and WordPress Block Themes

    Nginx Multisite and WordPress Block Themes

    When setting up Nginx to run with WordPress Multisite, it’s vital that each sub-domain have it’s own Nginx configuration: Then each subdomain for the Multisite should be: Failure to add the Nginx configs above will result in custom CSS and functions.php failing to load for each designated subsite. The CSS and custom functions.php will load…