I supposed WP-FFPC needs a fix because adding this:
server_name staging.example.com *.staging.example.com staging.domainA.com staging.domainB.com;
works fine!
I think WP-FFPC, with line:
set $memcached_key data-$scheme://$host$request_uri;
elides map section:
map $http_host $blogid {
default 1;
include /var/www/staging.server/staging.armoniaph.it/http/wordpress/wp-content/uploads/nginx-helper/map.conf;
}
What do you thinking about?
Thank you
D