mirror of
https://github.com/semaphoreui/semaphore.git
synced 2026-03-29 12:04:50 +02:00
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",
...
}