I have been doing some experimenting with caching performance using loader.io and have been left with some puzzling results. I was originally on a shared host that used a...
I need to serve my app through my app server at 8080, and my static files from a directory without touching the app server. The nginx config I have...
I’m attempting to set up WordPress skeleton (https://github.com/markjaquith/WordPress-Skeleton/) in a multisite configuration. WordPress skeleton already places WordPress in a subdirectory (wp by default). I’ve taken the following steps: git...
External rewrite rules are awesome. They let you define rewrites that don’t necessarily pass through WordPress’ index.php. This means you can map arbitrary rules to arbitrary files like: $wp_rewrite->add_external_rule(...
I am using this page (http://wiki.nginx.org/WordPress) to setup my WordPress on a nginx/php-fpm server. Everything is okay, except the 404 page When I request www.example.com/foo, it send me the...
Greetings, I have a WP site with over than 150k pageviews /day. It’s running on a Intel Core i5 CPU 760 @ 2.80GHz, with Centos and 4 GB of...
I’ve set up Node.js and Nginx on my server. Now I want to use it, but, before I start there are 2 questions: How should they work together? How...
I have a wordpress blog which is served by apache2(on port 80) and nginx(on port 8080) on Ubuntu 12.04. Now whenever a client connects via port 80 all is...
I am running WordPress 4.1 Multisite on CentOS with NGINX. I have set define('FS_METHOD','direct'); in wp-config.php but am still getting prompted for FTP credentials when trying to install a...
So I have a Nginx running inside a docker container, I have a mysql running on localhost, I want to connect to the MySql from within my Nginx. The...