nginx

upstream sent too big header – nginx error

|| if you get nginx error like: upstream sent too big header while reading response header from upstream || how to...
Sysadmin.ID
14 sec read

Block / deny ip on nginx

|| what is nginx please take a look this || how to blocking ip address on nginx | configure nginx.conf #...
Sysadmin.ID
14 sec read

Perl fastcgi on nginx

|| how to setup perl fastcgi on nginx | installing nginx and perl cgi on debian # aptitude install nginx libfcgi-perl...
Sysadmin.ID
1 min read

Protecting a folder on nginx

|| how to protecting a folder with password on nginx | generate htpasswd password using perl # perl -le 'print crypt("yourpassword",...
Sysadmin.ID
15 sec read

wp rewrite on nginx

|| Permalink wordpress 0. Go to Permalinks 1. Common settings – Custom Structure : /%postname%/ or /%category%/%postname%/ 2. Save Changes ||...
Sysadmin.ID
18 sec read

vhost on nginx

|| how to setup vhost on nginx + create directory for vhost # cd /var/www # mkdir -p blackonsole.org/{htdocs,logs,stats} # mkdir...
Sysadmin.ID
1 min read

How to install nginx on linux centos

|| what is nginx please take alook this || how to install nginx on linux centos # yum install nginx php-xcache...
Sysadmin.ID
22 sec read