NGINX CDN subs_filter Issue
-
Hello Frank,
AO has been doing great so far and using a subs_filter in NGINX to force CDN is awesome, however I changed from:
subs_filter //www.example.com/wp-content/ //example.netdna-ssl.com/wp-content/;
to
subs_filter //www.example.com/wp-content/(.*(\.png)) //example.netdna-ssl.com/wp-content/$1 gir;
and while AO is enabled the code for only PNG gets revoked and acts like if the line is not there, however the one above to force anything in the path works ok with AO. If I deactivate AO both of them work of course.
The reason is because there are certain extensions I would like to not to deliver from the CDN cause they are huge.
Any ideas what might be causing this? Maybe have to delay AO or something like that so it does not conflict?
Thanks in advance.
- The topic ‘NGINX CDN subs_filter Issue’ is closed to new replies.