Update tandoor-install.sh

This commit is contained in:
CanbiZ 2025-08-01 11:38:17 +02:00
parent 0cdea98a71
commit 99cf21c76b

View File

@ -135,6 +135,9 @@ server {
location / { location / {
proxy_set_header Host $http_host; proxy_set_header Host $http_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;
proxy_pass http://unix:/opt/tandoor/tandoor.sock; proxy_pass http://unix:/opt/tandoor/tandoor.sock;
} }
} }