Removing Nginx Server Version
Just add the following configuration on http {} directive inside your nginx.conf
http {
...
server_tokens off;
...
}
Tags: nginx, server tokens | Subcribe via RSS
Just add the following configuration on http {} directive inside your nginx.conf
http {
...
server_tokens off;
...
}
Tags: nginx, server tokens Say you want to run https port on nginx using a self signed SSL Certificate, this article summarized the steps. First we create the SSL Key, CSR (Certificate Signing Request) and CRT (SSL Certificate) and Configure nginx to answer the request from SSL port.
Tags: certificate, https, sslFor Indonesian CentOS user who search for fast IIX (Local) Repo to update ver.5.2 including x86_64, you could point your repo to http://mirror.lintaswave.net.id/centos/ .
Tags: centos, repo, updateNginx (pronounced “engine x”) is a free, open-source, high-performance HTTP server and reverse proxy, as well as an IMAP/POP3 proxy server. Written by Igor Sysoev in 2005, still in beta, Nginx is known for its stability, rich feature set, simple configuration, and low resource consumption, taken from the wiki. I will not go deeper on the subject of nginx as a preferrable alteranate HTTP Server asides from Apache, since I don’t have a lot of knowledge on the subject.
This article intends to show you a step by step tutorial on how to install (and do basic configuration) for Nginx powered Web Sites with PHP (through php-fpm) and MySQL Enabled in CentOS 5.1 (x86_64) Virtual Box. The Box is from Magnet VPS (Entry with 128MB Dedicated RAM, 256MB SWAP Space and 5GB HDD Space).
Tags: mysql, nginx, PHPThese are the simple steps to Install and do basic configuration Apache 2.2.3, MySQL 5.0.22 and PHP on a base install CentOS 5.1 x86_64.
Tags: centos, mysql, PHP