capistrano-plugins / capistrano-unicorn-nginx

Capistrano tasks for automatic and sensible unicorn + nginx configuration
MIT License
175 stars 81 forks source link

add additional proxy_set_header in nginx.conf #87

Open nextofsearch opened 8 years ago

nextofsearch commented 8 years ago

Hi,

It doesn't seem that this plugin supports adding additional proxy_set_header in nginx.conf, other than defined in _default_server_directive.erb. I want to add the following header:

proxy_set_header X-Request-Start "t=${msec}000"; Please help.

nextofsearch commented 8 years ago

80 seems to be the same thing since the title suggests so.