In order to enable full site acceleration on Cloudflare,
- An
A record
namedorigin
(or any name) has to be created such thatorigin.mydomain.com
is proxied by Cloudflare andmydomain.com
resolves to my Linode IP. force_https
must be disabled in my Linode server.- SSL/TLS encryption mode in Cloudflare should be
Flexible
. Always Use HTTPS
has to be turned off in Cloudflare.- Set
http://origin.mydomain.com
as long polling base url in settings DISCOURSE_ENABLE_CORS: true
has to be added in the app.yml
Can anybody confirm this?
Thanks in advance.