apache - Passenger Rails url prefix causing no route matches -
i have rails application rooted inside folder called convergeops. phusion passenger setup serve passengerbaseuri
/convergeops
.
80% of time, works fine, every , no route matches
error shown below:
httpd.conf file
documentroot "/var/www/html/convergeops/public" <directory "/var/www/html/convergeops"> railsenv production passengerbaseuri /convergeops passengerapproot /var/www/html/convergeops setenv rails_relative_url_root /convergeops passengerfriendlyerrorpages on allowoverride allow options -multiviews require granted </directory>
any idea why might getting routing error?
Comments
Post a Comment