This commit is contained in:
docooler 2025-06-05 07:43:00 +09:00 committed by GitHub
commit 2e0b809cdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -142,6 +142,7 @@ Review the [requirements](../#requirements), then follow these steps.
proxy_set_header X-Real-IP $remote_addr; # pass on real client's IP
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-Ssl off;
proxy_read_timeout 900;
}
}