WordPress Permalinks on Nginx

May 28, 2009 by Mark  
Filed under Open Source Software, Tips & Tricks

First open your nginx configuration file.

nano /etc/nginx/nginx.conf

But if you set up a virtual host, you should open the virtual host configuration for the host where you install wordpress. If you are using Debian, the configuration files is located at /etc/nginx/sites-available/. The following command should do that.

nano /etc/nginx/sites-available/example.com

Read more