Issue #5927 has been updated by James Turnbull. Target version deleted (1.1.0)
---------------------------------------- Feature #5927: Non-root URL path config option. https://projects.puppetlabs.com/issues/5927 Author: Jason Smith Status: Accepted Priority: Normal Assignee: Category: Target version: Keywords: Branch: Affected URL: Affected Dashboard version: The puppet dashboard is hard-coded to live at the root of the virtual host which caused problems for us when we tried to put it behind our reverse proxy server with a location like https://example.com/puppet-dashboard/. With the help of a local rails expert, we eventually figured out that this could be fixed by adding one line to the config/environment.rb file: ActionController::Base.relative_url_root = "/puppet-dashboard", something I would have never figured out by myself. Since I noticed a lot of work going into a settings.yml config file for 1.0.5, I thought it might be a good idea to add this as a user config parameter for a future version of the dashboard. -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://projects.puppetlabs.com/my/account -- You received this message because you are subscribed to the Google Groups "Puppet Bugs" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/puppet-bugs?hl=en.
