Monday, January 13, 2014

wordpress + nginx + permalinks

Uncomment out try_files option in both 80 and 443 ports
file name: /etc/nginx/sites-enabled/site.com


        location / {
          #  try_files $uri $uri/ /index.php?$args;
        }


No comments: