Update tandoor-install.sh

fixes https://github.com/tteck/Proxmox/issues/2621
This commit is contained in:
tteckster 2024-03-08 13:58:07 -05:00 committed by GitHub
parent 1edd9bfb39
commit 8b03579df9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -127,7 +127,6 @@ server {
location / {
proxy_set_header Host $http_host;
proxy_pass http://unix:/opt/tandoor/tandoor.sock;
proxy_set_header X-Forwarded-Proto $scheme;
}
}
EOF