-
·
Speed Up Nginx: Using RAM for Cache Optimization
The tutorial provides step-by-step instructions on how to enhance Nginx’s performance by mounting caching modules like ngx_pagespeed, fastcgi_cache, or proxy_cache in RAM using tmpfs. This method offers improved cache performance compared to storing cache data on a disc. Key steps include ascertaining system memory usage, creating a tmpfs RAM space, setting up Nginx to utilize…
-
·
Add Brotli Compression to Nginx on Ubuntu
This tutorial outlines how to add Brotli support to an Nginx server using Ubuntu 18.04 or 16.04. As the Nginx free version does not natively support Brotli, an open-source compression algorithm, users must utilize the ngx_brotli module developed by Google. The steps involve installing SSL certificates, using Let’s Encrypt, and enabling Brotli in a virtual…
-
·
Increase File Upload Limit in Nginx for WordPress
This tutorial guides students and new users on how to fix the common WordPress error “413 Request Entity Too Large” when uploading files via Nginx. The error arises from attempting to make a request larger than the server limit. The solution includes adjusting the server settings to process larger requests, modifying the WordPress directory permissions,…
-
·
How to fix 400 Bad Request: Request Header or Cookie too Large with Nginx
The post provides solutions to the ‘Nginx 400 Bad Request Header or Cookies Too Large’ error. Suggested actions include adjusting Nginx’s buffer size to accommodate large cookies, amending the server configuration file about large client header buffers, and removing proxy_set_header from the proxy configuration block. If these steps fail, it recommends clearing browser cookies and…
-
·
How to Setup Datenstrom Yellow CMS with Nginx on Ubuntu Linux
Yellow is a versatile, open-source content management system that doesn’t require a database. Unlike similar PHP-based CMS like WordPress, Joomla, or Drupal, it enables direct upload of web content files to servers, delivering a seamless way to update websites. It offers key features such as SEO-friendly design and a highly flexible CSS framework. Installation involves…
-
·
How to Setup Thunder CMS with Nginx on Ubuntu Linux
Thunder CMS, an open-source modification of Drupal CMS caters to the business and professional publishing industry. It maintains Drupal’s conventional interface and promotes collaboration in the publishing sector. The article provides detailed steps on how to install Thunder CMS using the Nginx HTTP Server, MariaDB database server, and PHP 7.2-FPM. It also outlines the configuration…
-
·
Setting Up REDAXO CMS on Ubuntu with Nginx
REDAXO is an open-source content management system (CMS) that offers flexibility and high-level performance for creating dynamic websites, such as multilingual sites, extranets, and e-commerce portals. It is scalable, easy-to-use, and facilitates user engagement across multiple devices. The installation of REDAXO involves setting up servers, creating a REDAXO database, downloading REDAXO’s latest release, configuring Nginx,…
-
·
How to set up OXID CMS with Nginx on Ubuntu Linux
OXID eShop is an open-source eCommerce platform designed for creating multilingual eCommerce portals. It supports open standards, facilitating the management of online stores. It requires the installation of a web server, the Nginx HTTP server, and a database server, MariaDB, both popular open-source selections. Further requirements involve the installation of PHP 7.2-FPM, OXID eShop Database,…
-
·
How to Setup Zikula CMS with Nginx on Ubuntu Linux
Zikula is an open-source content application framework that helps create secure extranets, online databases, e-commerce, and multilingual sites. The platform is user-friendly and comes with numerous features. It’s popular for web admins seeking scalable, high-performing CMS with enterprise-class features. Installation requires setting up an Nginx HTTP server, a MariaDB database server, and PHP 7.2-FPM. Subsequent…
-
·
Setup BoltWire CMS on Nginx for Ubuntu
BoltWire CMS is an open-source, databaseless content management system with features such as native markdown WYSIWYG support and a flexible CSS framework. The system allows rapid website deployment on simple servers. To install, one needs to install Nginx HTTP Server and PHP 7.2-FPM. After configuring the Nginx server for BoltWire, enabling it, and securing the…