nginx

How To Add the log Module to Nginx on Debian 8 — step-by-step Linux tutorial on Progressive Robot

How To Add the log Module to Nginx on Debian 8

In this guide, we will look at how to utilize Nginx’s logging module. We’ll set up separate log files for different server blocks and then customize the logging output. We’ll also add additional information about requests (in this tutorial’s example, the time it takes to serve a request) to the access log beyond what Nginx includes by default.

Read more
How To Configure Nginx as a Web Server and Reverse Proxy for Apache on One Ubuntu 14.04 Droplet — step-by-step Linux tutorial on Progressive Robot

How To Configure Nginx as a Web Server and Reverse Proxy for Apache on One Ubuntu 14.04 Droplet

This tutorial will show you how to configure Nginx as both a web server and as a reverse proxy for Apache – all on one Droplet. Depending on the web application, code changes might be required to keep Apache reverse-proxy-aware, especially when SSL sites are configured. To ensure this, we will install an Apache module named **mod_rpaf** which rewrites certain environment variables so it appears that Apache is directly handling requests from web clients.

Read more
How to Create a Blog with Hexo On Ubuntu 14.04 — step-by-step Linux tutorial on Progressive Robot

How to Create a Blog with Hexo On Ubuntu 14.04

Hexo is a static blogging framework built on Node.js which allows you to publish Markdown documents in the form of blog posts. All of the software in Hexo is modular, so you can install and set up exactly what you need. This tutorial will set up Hexo with deployment supported by GitHub and Nginx.

Read more
CHAT