• Skip to primary navigation
  • Skip to content
  • Skip to primary sidebar

A cPanel Tech

The Diaries of a Linux Server Administrator

  • Home
  • About
  • Privacy
You are here: Home / Archives for Nginx

Nginx

How to configure SSL to work with Varnish Cache

July 8, 2016 By admin Leave a Comment

Varnish cache is a super caching application which will cache your website pages and images in RAM and deliver it directly to the visitors, thereby speeding up the web site.The major drawback of Varnish Cache is that you will not be able to run secure pages with Varnish Cache … [Read more...] about How to configure SSL to work with Varnish Cache

Filed Under: Articles, Nginx, Tutorials, Varnish, wordpress

How to install PHP7 using Yum

December 12, 2015 By admin Leave a Comment

This guide will help you to upgrade php in your server from php 5.x to 7.0. The new php7 is quite fast, and have very less memory footprint compared to php5.x … [Read more...] about How to install PHP7 using Yum

Filed Under: Linux, Nginx, Tutorials

Add a training slash for nginx websites

November 28, 2015 By admin Leave a Comment

In Nginx web servers, most of us might have came across a situation where our sub folder access wont work some times and if we add a trailing slash , it start to work ie http://domain.com/sub-folder  wont work when http://domain.com/sub-folder/  works.Fix add a redirect rule to auto insert the trailing slash - here is the code for that rewrite ^/([^.]*[^/])$ $1/ … [Read more...] about Add a training slash for nginx websites

Filed Under: Nginx

Primary Sidebar

Copyright 2018 CPanelTech