vhost

:: Setup XFileSharing on NGINX

:: How to setup XFileSharing with NGINX + installing and setup fcgiwrap for nginx wget //github.com/gnosek/fcgiwrap/tarball/master tar -xzf master cd gnosek-fcgiwrap-1328862...
sysadmin.id
1 min read

:: NGINX: [emerg] directive "rewrite" is not terminated by ";"

:: Error when reload / restart nginx nginx -s reload nginx: directive "rewrite" is not terminated by ";" /etc/nginx/vhost/blackonsole.org.conf:15 in...
sysadmin.id
20 sec read

:: NGINX : Redirect to external URL

:: How to redirect to external url on NGINX + create configure file vi /etc/nginx/vhosts/blackonsole.org.conf added configuration like these: server {...
sysadmin.id
11 sec read

:: Install DBMail Administrator on CentOS

:: What is DBMA DBMail is an open source, Unix IMAP/POP3 mail storage and retrieval system which together with an MTA (Mail...
sysadmin.id
50 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

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

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