Thin: Difference between revisions
Jump to navigation
Jump to search
Line 7: | Line 7: | ||
thin install | thin install | ||
update-rc.d -f thin defaults (to have thin restart on reboot) | update-rc.d -f thin defaults (to have thin restart on reboot) | ||
a2enmod proxy | |||
a2enmod proxy_balancer | |||
a2enmod proxy_http | |||
a2enmod rewrite | |||
</pre> | </pre> |
Revision as of 22:35, 24 March 2011
http://code.macournoyer.com/thin/
Install
as root:
gem install thin thin install update-rc.d -f thin defaults (to have thin restart on reboot) a2enmod proxy a2enmod proxy_balancer a2enmod proxy_http a2enmod rewrite