mirror of
https://codeberg.org/Codeberg/Documentation.git
synced 2026-06-16 05:13:54 -07:00
There may be two Server headers
This commit is contained in:
parent
5168b2f92b
commit
88d11adcf3
1 changed files with 3 additions and 2 deletions
|
|
@ -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 %}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue