2014-01-10 15:18:46 +01:00
|
|
|
location / {
|
|
|
|
proxy_pass http://localhost:9001/;
|
|
|
|
proxy_set_header Host $host;
|
2014-07-20 14:09:59 +02:00
|
|
|
# be careful, this line doesn't override any proxy_buffering on set in a conf.d/file.conf
|
2014-01-10 15:18:46 +01:00
|
|
|
proxy_buffering off;
|
|
|
|
}
|