I would not use Rocket for sure for kind of production app... Apache works fine to me until now, but I plan to migrate to nginx soon when I will find a good tutorial and when I get time :)
Richard On Thu, Jul 5, 2012 at 4:48 PM, Jim S <j...@qlf.com> wrote: > Hi > > I'm deploying my app in a Windows environment. > > To answer the first obvious questions, it's because I have to connect to > an IBM AS/400 database and ODBC connection is really tough for me on Linux. > So the question could be - How do I connect to DB2/400 from ubuntu, but I > digress... > > I'd like to force all users to an HTTPS connection, about 75 total for our > in-house app. > > I'm thinking that a solution utilizing nginx would be preferable, but it > may be overkill for my user base. > > What is the best way to get this to happen? Can I configure the Rocket > web server to handle this, or would that be discouraged? > > Any thoughts/input would really be appreciated. > > -Jim >