mirror of
https://github.com/immich-app/immich.git
synced 2025-06-10 21:38:30 +02:00
fix(docs): update nginx reverse proxy (#18104)
update nginx reverse proxy
This commit is contained in:
parent
f34f83e164
commit
c8b4a7e1f1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue