Hello, I am trying to serve a wordpress blog with nginx and used the following commands to setup the server. sudo apt-get update sudo apt-get install mysql-server php5-fpm nginx sudo service nginx start sudo nano /etc/php5/fpm/php.ini Find the line, cgi.fix_pathinfo=1, and change the 1 to 0. cgi.fix_pathinfo=0 sudo service php5-fpm restart sudo nano /etc/nginx/sites-available/by qaswm - Php-fpm Mailing List - English