Add reverse proxy settings to management.json template (#1639)

Add grpc_set_header to the nginx example template
This commit is contained in:
Maycon Santos
2024-02-28 20:24:28 +01:00
committed by GitHub
parent 5a8f1763a6
commit 17ceb3bde8
2 changed files with 8 additions and 0 deletions

View File

@@ -46,6 +46,7 @@ server {
proxy_set_header X-Scheme $scheme;
proxy_set_header X-Forwarded-Proto https;
proxy_set_header X-Forwarded-Host $host;
grpc_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
# Proxy dashboard
location / {