3 Web root URL
tangowithfoxtrot edited this page 2021-05-18 23:07:38 -05:00

You can specify custom a web root URL during setup Semaphore or via config file.

The Webroot URL can be useful if you want to use Ansible by the subpath, for example: http://yourdomain.com/semaphore. In this case your config.json should look like:

{
  ...
  "web_host": "http://yourdomain.com/semaphore",
  ...
}