jpprietobaez
Forum Replies Created
-
Forum: Plugins
In reply to: [CDN Enabler] URLs not getting replacedSure: add this inside the Server{} block on your site’s .conf file
# Redirects traffic to KeyCDN; subs_filter https://x.x/wp-content/uploads https://cdn.x.x/wp-content/uploads; subs_filter https://x.x/wp-content https://cdn.x.x/wp-content; #.....
Extract from EasyEngine’s forum:
CDN
CDN is very simple.
I just added a line to rtcamp.com’s nginx config to get CDN working.
subs_filter https://rtcamp.com/wp-content/uploads/ https://rtcamp.r.worldssl.net/wp-content/uploads/;
Please note that above works for origin pull/mirror style CDN e.g. Amazon cloudfront. Not for push/storage style cdn e.g. Amazon S3.All we need is CDN domain. I guess nginx-helper can have input field for CDN domain and write a config line like above in a predefined file e.g. /var/www/example.com/conf/nginx/cdn.conf.
EE can monitor that file location and reload nginx config to get CDN working.Hi Praveen,
Any idea when 3.0.3 will be released?
Running into the same problem.
Thanks
Forum: Plugins
In reply to: [CDN Enabler] URLs not getting replacedOk I solved this by using using an NGINX sub_filter.
No need for for Enabler anymore.
thanks for your help anyway.
Forum: Plugins
In reply to: [CDN Enabler] URLs not getting replacedAnd here’s a KeyCDN log for another manual curl I did.
2016-08-18 09:47:11 uklo x.x.x.x GB assets.lndr.uk HIT 200 HEAD /wp-content/uploads/2016/08/lnr_logo-e1470159736461.png
As far as I can see the zone is setup correctly, now if CDN Enabler would indeed replace the urls it should all work just fine.
I’ve tried disabling opCache and purging redis and ngix caches and still nothing.
P.S If I wanted to fully reinstall CDN Enabler are there any DB options/fields I should be deleting to ensure a complete uninstall?. Just thinking it may be a problem there.
Forum: Plugins
In reply to: [CDN Enabler] URLs not getting replacedOk. I think that was because I had Force SSL redirect defined in the zone?
I changed it and tried
curl -I https://assets.lndr.uk/wp-content/uploads/2016/08/lnr_logo-e1470159736461.png
HTTP/1.1 200 OK
Server: keycdn-engine
Date: Thu, 18 Aug 2016 09:28:11 GMT
Content-Type: image/png
Content-Length: 1994
Connection: keep-alive
Last-Modified: Tue, 16 Aug 2016 14:01:26 GMT
ETag: “57b31cb6-7ca”
Expires: Thu, 25 Aug 2016 09:28:11 GMT
Cache-Control: max-age=604800
Link: <https://lndr.uk/wp-content/uploads/2016/08/lnr_logo-e1470159736461.png>; rel=”canonical”
X-Cache: HIT
X-Edge-Location: uklo
Access-Control-Allow-Origin: *
Accept-Ranges: bytesBut the URLS are still not being replaced in the site ??
Driving me nuts.
Forum: Plugins
In reply to: [CDN Enabler] URLs not getting replacedHey guys,
Still struggling with this. Quick clarification, re: Let’s Encrypt enabled zones.
On my site https://lndr.uk I already had configured Let’s Encrypt for SSL. Could this be conflicting with the Let’s Encrypt’s version of the KeyCDN zone? Do I need both? The reason I ask is because on my other test site which didn’t have a Let’s Encrypt cert it KeyCDN seem to have worked.
P.S – I’ve now changed the zone from cdn to assets.lndr.uk to try and see if it works. Still no luck.
Forum: Plugins
In reply to: [CDN Enabler] URLs not getting replacedHey Cody,
Thanks for checking!. These are being delivered via Total Cache but I personally would love to avoid using it as there’s way too much bloat for my needs.
I just wanted to valide that the KeyCDN one settings were working ok.
I’ll have another go with Enabler tomorrow and see what happens.
Again thanks for your help.
P.S – My wild guess is that Enabler is getting confused with multiple installs in the same nginx/redis server.
Forum: Plugins
In reply to: [CDN Enabler] URLs not getting replacedHey thanks for the quick response.
Yes Let’s Encrypt is enabled in the zone.
You’ll need to change the CDN URL to https://cdn.lndr.uk and also enable the CDN HTTPS option.
Yes. I tried pretty much all possible combinations and neither changed any of the urls shown in the DOM. Works ok on the dev site. The crazy thing is that I defined https://lndr.uk as the origin url on the KeyCDN’s zone and despite this it still seems to work on the dev site which is not even in the same domain.
Do you happen to have the Force Download option enabled in your zone’s features?
Yes, I enabled this recently in one of my attempts to get it working but got nothing either way.
I’m afraid I’ll have to revert back to Total Cache and see what happens.
Will keep you posted If I find an answers.
Forum: Plugins
In reply to: [CDN Enabler] URLs not getting replacedCDN Enabler Settings
https://dl.dropboxusercontent.com/u/7553585/lndr.uk.pngForum: Plugins
In reply to: [MultiSite Clone Duplicator] Breaks woocommerce categories+1
Any news?
Forum: Fixing WordPress
In reply to: version 4.2.2 wp-emoji-release.min.js ERRORSeeing the same problem whilst trying to use snap.svg to animate dynamic SVGs.
Forum: Plugins
In reply to: [WP SVG Icons] Activation Problem – Conflict with Jupiter ThemeExcellent.
Thanks for the prompt fix Evan.
Will use your forum for future topics.
Forum: Plugins
In reply to: [WP SVG Icons] Activation Problem – Conflict with Jupiter ThemeUPDATE:
I’ve renamed the class and got the plugin to activate. I’m just not sure that the menu or other functions will be affected by this change. Let me know.Thanks.
Forum: Plugins
In reply to: [File Away] Show "Uploaded By" in Table?^ Amazing Thom. Can’t stop recommending this plugin. Big kudos.