docs(admin/environments): update suggested HTTP headers

Signed-off-by: Xe Iaso <me@xeiaso.net>
This commit is contained in:
Xe Iaso
2025-06-03 06:57:37 -04:00
parent 780a935cb8
commit 59bfced8bf
3 changed files with 4 additions and 3 deletions

View File

@@ -61,6 +61,7 @@ server {
location / {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Http-Version $server_protocol;
proxy_pass http://anubis;
}