nginx

:: Nginx: wordpress permalinks

:: How to setup wordpress permalinks on nginx + edit virtualhost file vi /etc/nginx/vhost/blackonsole.org.conf + add wordpress permalink setup on location...
Sysadmin.ID
9 sec read

:: Nginx: enable gzip compression

:: How to enable gzip compression on nginx + configure nginx.conf vi /etc/nginx/nginx.conf add / setup compression for nginx: gzip on;...
Sysadmin.ID
17 sec read

:: nginx : www to non-www domain

:: How to redirect www to non-www domain in nginx + edit nginx.conf or your virtualhost file vi /etc/nginx/nginx.conf + add...
Sysadmin.ID
9 sec read

:: pm.min_spare_servers(0) must be a positive value

:: error starting php-fpm
  pm.min_spare_servers(0) must be a positive value
  :: How to fix php-fpm error
Sysadmin.ID
14 sec read

:: nginx reverse proxy with apache

:: how to installing nginx on linux debian # aptitude install nginx :: configure nginx as reverse proxy + create reverse...
Sysadmin.ID
51 sec read

:: installing nginx with h264 streaming

:: download and extract package # wget //nginx.org/download/nginx-1.0.0.tar.gz # tar xzf nginx-1.0.0.tar.gz # wget //h264.code-shop.com/download/nginx_mod_h264_streaming-2.2.7.tar.gz # tar -zxvf nginx_mod_h264_streaming-2.2.7.tar.gz # wget...
Sysadmin.ID
52 sec read

:: how to install php5-fpm on Linux Debian

:: how install php5-fpm on debian o setup repository # echo -e "deb //packages.dotdeb.org stable allndeb-src //packages.dotdeb.org stable all" >> /etc/apt/sources.list...
Sysadmin.ID
14 sec read