Added by W K over 14 years ago
Hello,
Redmine starts with following command:
ruby script/server -e production -p 80 &
How can I specify the IP address for binding (default is 0.0.0.0). I would like to have different service on the same server (port 80) on different IP addres, but Redmine is overtaking all port 80 bindings...
regards,
W
Hello,
the switch is: -b
EOT.
regards
WK