# <<APPLICATION_NAME>> - Ruby on Rails Application # # Application secured by SSL
Alias /<<APPLICATION_NAME>> /var/www/html/<<APPLICATION_NAME>>
# # Application configuration # <Directory “/var/www/html/<<APPLICATION_NAME>>/”>
RackBaseURI /<<APPLICATION_NAME>> RailsEnv <<ENVIRONMENT>> PassengerUser nobody # CentOS: nobody / Ubuntu/Debian: nogroup PassengerGroup nobody # which ruby version to use PassengerRuby <<RUBY_PATH>> # This relaxes Apache security settings. Options -Indexes +MultiViews +FollowSymLinks AllowOverride None Require all granted
</Directory>