Drupal 8 vhost configuration for NGINX - Part 2 In previous part of nginx vhost configuration, we've configured nginx to serve Drupal site directly (i.e. Read more about Drupal 8 vhost configuration for NGINX - Part 2
Drupal 8 vhost configuration for NGINX - Part 1 Drupal support majority of web-servers available in the market. Read more about Drupal 8 vhost configuration for NGINX - Part 1
How to auto start Services on boot - CentOS Most of the services like httpd, mysqld, crond, etc. are setup to start on boot when we install them. If we want to add new services to auto start on boot, we can use chkconfig utility. Below is example to auto start memcached service on boot. Read more about How to auto start Services on boot - CentOS
How to enable Gzip compression using htaccess Gzip compression allows reducing file size when transferring from server to user browser. Read more about How to enable Gzip compression using htaccess
How to install wget command on CentOS Wget is an open-source commandline tool for downloading files using HTTP. To install wget command on CentOS, follow below steps: Read more about How to install wget command on CentOS