Dynamic serving is enabled per domain by Obvlo. Ask your account contact to switch your domain
over — the portal’s Integration tab then generates your proxy configuration against the right
origin automatically, and it is the copy you should paste.
What changes
Only the origin host and the
Host header change. The path after the host is identical, so a switch is two edits in one file and reverses the same way.
Getting your configuration
Take the generated snippet rather than editing your existing one by hand:- Open your site in the Obvlo portal and go to the Integration tab.
- Confirm the URL on your domain where the guides live, e.g.
https://yourdomain.com/local-guides. - Copy the snippet for your platform — Cloudflare Workers, NGINX, Apache, IIS or Caddy.
- Replace your existing proxy configuration with it and reload your proxy.
Host header and the correct deployment path for your site. The Reverse proxy guide explains what each directive in it does and covers prerequisites, SSL and troubleshooting — all of which apply unchanged here.
Caching and freshness
Pages are served from a cache in front of the renderer, so a repeat visitor gets a cached response rather than a fresh render.- Publishing a page clears that page from the cache. Siblings keep their cached copies, so a small edit does not cost a full re-render of your site.
- A stale copy may be served briefly while a fresh one renders in the background. This is deliberate — it keeps a slow first render off a visitor’s request.
- If you run your own CDN in front of Obvlo (for example Cloudflare), that cache is yours to purge. Obvlo cannot clear it, so a publish may take up to an hour to appear through it unless you purge as well.
Verifying a switch
Check the pages, not the home page — and check more than one.- Load a guide URL on your domain and confirm the content is current.
- Publish a small change to that page in the portal and reload. It should appear within seconds.
- Load a second guide that you did not change and confirm it still works.
Host header first.
Rolling back
Point the same two lines back atcontent.obvlo.com and reload your proxy. Prerendered files are still in place, so there is no data migration and no waiting — this is why the switch is safe to try.