Actions
Bug #5139
closedProvision script post-install url
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
Name check:
Fix check:
Regression:
Description
Server provision scripts echo an url that is not valid post install
==> server_debian: You can now access the Rudder web interface on https://localhost:8081/
It should be https://192.168.42.10/ or https://server.rudder.local/
Updated by Matthieu CERDA almost 10 years ago
- Category set to Vagrant integration
- Status changed from New to Rejected
- Assignee set to Matthieu CERDA
- Target version set to 2.10.8
- % Done changed from 0 to 100
Sorry, but the Vagrantfile is clear:
server_config.vm.network :forwarded_port, guest: 80, host: 8080 server_config.vm.network :forwarded_port, guest: 443, host: 8081
The local host port 8081 will get redirected to the guest 443, so this URI is perfectly valid :)
Updated by Benoît PECCATTE over 9 years ago
- Project changed from 35 to Rudder tools
- Category changed from Vagrant integration to Vagrant
Updated by Benoît PECCATTE over 9 years ago
- Target version changed from 2.10.8 to 2.10
Actions