Some more details howto configure your nginx server with SSL

Posted on Thu 21 August 2014 in FreeBSD • Tagged with Nginx, openssl, ssl, tls

The guys from bsdnow.tv did a great job by putting together a tutorial with some more details on a proper Nginx configuration and a very good choice for SSL parameters. There where some parts I didn't know neither and the tutorial is create as always.

If you want to …


Continue reading

Install nginx on CentOS 6

Posted on Sun 22 January 2012 in CentOS • Tagged with CentOS, Nginx

If you want to have the latest version of nginx on your CentOS system the easiest way is to use the official yum repository from the nginx program. The version contained in the EPEL repository is quite old.

Download the repo RPM from http://nginx.org/packages/centos/6/noarch …


Continue reading

Converting certificates

Posted on Sun 18 December 2011 in Security • Tagged with Apache, Nginx, SSH, ssl

If you are running a webserver with https you maybe get a certificate for your site some times in a different format as you expect it.

The easiest way of converting the certificates is using the openssl tool.

For example if you get a certificate in .pfx format you can …


Continue reading

Install OpenERP on CentOS 6.0 with Nginx HTTP Proxy

Posted on Fri 15 July 2011 in CentOS • Tagged with CentOS, erp, howto, Nginx, openerp, tutorial

This tutorial should help you with the installation process of OpenERP on CentOS 6.x.

I installed OpenERP server and the OpenERP webgui with a nginx http proxy on a CentOS 6.0.

First of all I installed minmal CentOS 6.0.

Login as root and process the following steps …


Continue reading

Install nginx on FreeBSD

Posted on Sat 23 April 2011 in FreeBSD • Tagged with FreeBSD, Nginx

nginx logo

Nginx is a real fast and easy to configure webserver. It can work in proxy mode like squid and handles much traffic nicely.

If you want to install this great webserver on FreeBSD just use the ports collection and run the following commands:

cd /usr/ports/www/nginx

make install …


Continue reading