fix(docs): update nginx reverse proxy (#18104)

update nginx reverse proxy
This commit is contained in:
Matthew Momjian 2025-05-05 22:09:42 -04:00 committed by GitHub
parent f34f83e164
commit c8b4a7e1f1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -22,7 +22,7 @@ server {
client_max_body_size 50000M;
# Set headers
proxy_set_header Host $http_host;
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;