From 88d11adcf38aa5eabbf6e3b2642b0a484070571d Mon Sep 17 00:00:00 2001 From: Daphne Preston-Kendal Date: Fri, 13 Feb 2026 20:33:29 +0100 Subject: [PATCH] There may be two Server headers --- content/codeberg-pages/migrating-from-pages-v2.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/content/codeberg-pages/migrating-from-pages-v2.md b/content/codeberg-pages/migrating-from-pages-v2.md index 953c2b8..abe4bc7 100644 --- a/content/codeberg-pages/migrating-from-pages-v2.md +++ b/content/codeberg-pages/migrating-from-pages-v2.md @@ -43,8 +43,9 @@ Hopefully, you will only need to change the deployment method, and all your exis {% admonition "tip" %} -If you want to check that your content is being served with the new server, check the HTTP response headers. If your content is being served by the old server, the `Server` response header will say `pages-server`. -If it is being served by the new server, it will say `git-pages`. +If you want to check that your content is being served with the new server, check the HTTP response headers. +If your content is being served by the old server, there will be a `Server` response header saying `pages-server`. +If it is being served by the new server, it will say `git-pages` only. {% endadmonition %}