Linux Harbour

Linux & FOSS Service

Latest post

Linux

Drupal and Nginx with PHP-FPM

When I migrate a drupal site to running on nginx with php-fpm, I will add the following config lines at nginx virtual host setting to allow static files (image files, document files, etc.) to bypass php-fpm. I use nginx variable…

Linux

WordPress and Nginx with PHP-FPM

When I installs wordpress running on nginx with php-fpm, I will add the following config lines at nginx virtual host setting to allow static files (image files, document files, etc.) to bypass php-fpm. location / {     try_files $uri $uri/…

Linux

Install OpenEMM 2015 on Ubuntu 14.04 LTS

We install a OpenEMM 2015 on Ubuntu 14.04 LTS server edition last week, running on a Linode instance. Our customer would like to send a email to 10,000 on next day of installation, and we choose OpenEMM for his case….