Update tandoor-install.sh
This commit is contained in:
parent
0cdea98a71
commit
99cf21c76b
@ -135,6 +135,9 @@ server {
|
||||
|
||||
location / {
|
||||
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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user