mirror of https://github.com/tteck/Proxmox.git
Update tandoor-install.sh
fixes https://github.com/tteck/Proxmox/issues/2621
This commit is contained in:
parent
1edd9bfb39
commit
8b03579df9
|
@ -127,7 +127,6 @@ server {
|
||||||
location / {
|
location / {
|
||||||
proxy_set_header Host $http_host;
|
proxy_set_header Host $http_host;
|
||||||
proxy_pass http://unix:/opt/tandoor/tandoor.sock;
|
proxy_pass http://unix:/opt/tandoor/tandoor.sock;
|
||||||
proxy_set_header X-Forwarded-Proto $scheme;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
EOF
|
EOF
|
||||||
|
|
Loading…
Reference in New Issue