Tag Archives: Nginx

Install nginx on CentOS 6

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. Create a new repository file: vi /etc/yum.repos/nginx.repo copy the yum repository information into it and save it: [...]

Converting certificates

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 convert it easy to a [...]

Install OpenERP on CentOS 6.0 with Nginx HTTP Proxy

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. Use the official nginx repository for the latest [...]

Install nginx on FreeBSD

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  clean There are configuration examples for the most [...]

Stop SOPA