This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
forem /forums Forem::Engine | |
admin_dashboard /admin(.:format) admin/dashboard#index | |
admin_toolboxes GET /admin/toolboxes(.:format) admin/toolboxes#index | |
POST /admin/toolboxes(.:format) admin/toolboxes#create | |
new_admin_toolbox GET /admin/toolboxes/new(.:format) admin/toolboxes#new | |
edit_admin_toolbox GET /admin/toolboxes/:id/edit(.:format) admin/toolboxes#edit | |
admin_toolbox GET /admin/toolboxes/:id(.:format) admin/toolboxes#show | |
PUT /admin/toolboxes/:id(.:format) admin/toolboxes#update | |
DELETE /admin/toolboxes/:id(.:format) admin/toolboxes#destroy | |
admin_comments GET /admin/comments(.:format) admin/comments#index |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# /etc/apache2/sites-enabled/000-default | |
PassengerMaxPoolSize 15 | |
PassengerPoolIdleTime 0 | |
PassengerStatThrottleRate 3600 | |
PassengerMaxRequests 100 | |
<VirtualHost *:80> | |
ServerName localhost | |
ServerAlias project |