There may be two Server headers

This commit is contained in:
Daphne Preston-Kendal 2026-02-13 20:33:29 +01:00
parent 5168b2f92b
commit 88d11adcf3

View file

@ -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 %}