Skip to content
Cloud docs

Use Cloudflare in front of WebVue Cloud

Proxy mode, SSL mode and the settings that break WordPress when they are wrong.

Updated 20 September 20261 min readAdvanced

The platform already runs behind a Cloudflare Enterprise edge. You do not need your own Cloudflare account. If you keep one — for a domain shared with other systems, or for Workers — these settings matter.

SSL mode

Set encryption mode to Full (strict). Flexible mode makes Cloudflare talk to us over plain HTTP, which produces redirect loops and mixed-content warnings in WordPress.

Settings to avoid

SettingProblem
Rocket LoaderDefers scripts in a way that breaks admin screens and page builders.
Auto Minify on JavaScriptOccasionally corrupts third-party bundles with no error.
Caching everything at the edgeCaches logged-in pages and carts unless you write careful bypass rules.
Always Use HTTPS plus a WordPress redirect pluginTwo redirects fighting each other produce a loop.

Bypass rules for WordPress

cache rules
Bypass cache when URI path starts with:
  /wp-admin
  /wp-login.php
  /cart
  /checkout
  /my-account
Bypass cache when cookie contains:
  wordpress_logged_in_*
  woocommerce_items_in_cart
Visitor IP addresses

With your own proxy in front, the origin sees Cloudflare's addresses. We restore the real client IP automatically for our edge; tell support if you add a second proxy layer, so rate limiting and logs stay accurate.

Was this article helpful?

Related articles