Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add vagrant condition for render pages
It is possible to directly access some main pages by writing the URL in the browser (e.g. Active users, Stage users, Hosts, etc.). But is not possible to access subsections within those main pages (E.g. active users settings, 'Is a member of' section, etc.). The current solution adds these lines to the `Vagrantfile` to rewrite the rules that make reference to the components. This also works alongside with Webpack. Steps to test it: - If you have a vagrant instance running up already: - Access your vagrant instance via `vagrant ssh` - Copy the solution lines and add them to the file located in `/etc/httpd/conf.d/ipa.conf` - Restart httpd: `systemctl restart httpd` - If you don't have any instance running: - Run `vagrant up` and the `Vagrantfile` file will take the new configuration Signed-off-by: Carla Martinez <[email protected]>
- Loading branch information