# Debian / Ubuntu
apt-get install nginx
# Red Hat / CentOS / Fedora
yum install nginx
# SuSE / SLES
zypper install nginx
Edit the configuration of Nginx:
/etc/nginx/nginx.conf
and configure the following parameter in the http section:
server_names_hash_bucket_size 64;
The configuration of Nginx for the Bloonix-WebGUI happens later.