WordPress multi user get a for serving blog experince to our student. The architecture is : Firewall -> FreeBSD Box -> Jail Box A lot of jails (around 14) put inside FreeBSD Box to server student with different purpose. One of them is for wordpress muti user. # jls JID  IP Address      Hostname                      Path 14  […]

Since last time I install php-fpm in my freebsd box I still looking way to make virtualhost. I think its not easy to make vhost in nginx but I’m wrong 🙂 Just add : server { directive } will add new vhost. Full sample from my vhost : server { listen 80; server_name sandbox.digitalfusi.com; location […]

I’m bit lazy to read manual and prefer to read it as a case. Nginx is my favourite now, by collecting related tutorial, blog posting and articles I hope I can learn nginx more. Links I found so far : Reverse proxy in depth tutorial Step by step install Engine X (nginx) and php-fpm in […]