What is the best way to add ROR support to NginX? I did not see this mentioned in the How-to for the server. I really need this for RedMine.
ISPConfig does not support Ruby on nginx servers, but you can use the nginx Directives field on the Options tab to add your custom directives.
Falko, I got it working by setting up an application server for Ruby. I ended up using Unicorn for it. The only issue that I had after that was the inability to set an upstream value inside of the NginX directives. With everything being added inside of the server block, I had to manually edit the file for the upstream. I just have to be careful when making changes.