2
0

📝 Add proto header in reverse proxy instructions

Closes #1680
This commit is contained in:
Baptiste Arnaud
2024-08-12 15:17:59 +02:00
parent 4ebd98855b
commit a79f41e3c6

View File

@ -135,6 +135,7 @@ server {
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_cache_bypass $http_upgrade;
}
}