1
0
mirror of https://github.com/immich-app/immich.git synced 2025-08-07 23:03:36 +02:00

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

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;