Tag: Nginx

Nginx is a web server that can also be used as a reverse proxy, load balancer, mail proxy, and HTTP cache.

  • How to Install RazorCMS on Ubuntu with Nginx

    How to Install RazorCMS on Ubuntu with Nginx

    The post is a comprehensive tutorial on how to install the flat-file Content Management System (CMS), RazorCMS, on Ubuntu using Nginx HTTP server and PHP 7.2 support. RazorCMS, renowned for its simplicity, speed, and lack of database dependency, offers features not available in other PHP-based CMS like WordPress. The step-by-step guide covers the installation of…

  • How to Setup Elastic Jamroom with Nginx on Ubuntu Linux

    How to Setup Elastic Jamroom with Nginx on Ubuntu Linux

    The article provides a step-by-step guide on installing and using the Elastic Jamroom social network app on Ubuntu Linux with Nginx. Jamroom, a scalable and open-source social networking software, can be used to create personal or business social network platforms. The installation process includes setting up several components like the Nginx HTTP Server, MariaDB Database…

  • Install PageKit CMS on Ubuntu with Nginx

    Install PageKit CMS on Ubuntu with Nginx

    The article provides a detailed guide to install PageKit CMS, an intuitive, open-source content management system, on Ubuntu Linux with Nginx support. Instructions include installing Nginx HTTP Server and MariaDB Database Server, securing the MariaDB server, installing PHP 7.2-FPM and related modules, creating a PageKit database, downloading PageKit CMS content, configuring Nginx for PageKit CMS,…

  • How to change the Nginx port on Ubuntu Linux

    How to change the Nginx port on Ubuntu Linux

    This tutorial guides on how to change the Nginx HTTP server port from its default ’80’ to prevent conflicts when using a proxy server or similar services that need port 80. The process involves identifying the Nginx port configuration file in the /etc/nginx/sites-available directory and altering the ‘listen’ line to specify the required port. Restarting…

  • How to Install WebERP with Nginx on Ubuntu Linux

    How to Install WebERP with Nginx on Ubuntu Linux

    The content provides detailed steps to install open-source accounting and business management system, WebERP, on Ubuntu Linux with Nginx support. The process includes installing Nginx webserver, MariaDB database server, and PHP 7.1 from third-party repositories. It also explores commands to create WebERP database and set the right permissions. Additionally, the guide explains how to configure…

  • Fix WordPress File Upload Issues on Nginx

    Fix WordPress File Upload Issues on Nginx

    The article provides a tutorial on troubleshooting file upload issues in WordPress on the Nginx web server and PHP-FPM on Ubuntu 17.04 or 17.10. The author explains how to grant correct directory permissions, adjust PHP-FPM for larger file uploads, configure Nginx for larger file sizes, and restart to apply new settings.

  • Switching Joomla to HTTPS on Ubuntu: A Step-by-Step Guide

    Switching Joomla to HTTPS on Ubuntu: A Step-by-Step Guide

    This tutorial guides users, particularly students and beginners, on how to convert their Joomla websites from HTTP to HTTPS without losing their audience. The process involves setting up a free SSL/TLS certificate using Let’s Encrypt, ensuring the correct Nginx configuration, redirecting all HTTP traffic to HTTPS, changing the Joomla site URL to use HTTPS, and…

  • Switching to HTTPS in Drupal on Ubuntu

    Switching to HTTPS in Drupal on Ubuntu

    This content provides a guide on how to convert Drupal websites from HTTP to HTTPS to improve rankings on search engines. The process entails setting up free SSL / TLS certificates using Let’s Encrypt, configuring the Nginx site for HTTPS usage, changing the Drupal site URL to use HTTPS and installing a Secure Login plugin…

  • How to Install X-Cart with Nginx on Ubuntu Linux

    How to Install X-Cart with Nginx on Ubuntu Linux

    The article provides a comprehensive guide on how to install the X-Cart eCommerce platform on Ubuntu Linux using Nginx support. X-Cart, a powerful open-source PHP based platform, comes with one-time licensing fee and does not involve transaction or recurring monthly fees. The installation process involves setting up Nginx, MariaDB, installing PHP-FPM and related modules, creating…

  • Enable FastCGI Caching on Nginx for WordPress

    Enable FastCGI Caching on Nginx for WordPress

    The article provides a detailed guide on enabling FastCGI caching with Nginx on Ubuntu Linux to significantly improve the performance of PHP-based applications. It involves installing the PHP FastCGI module, updating the Nginx main config file and website server block, and optionally integrating specific code for WordPress websites to exclude backend portal, sitemap, and other…

Exit mobile version