Virtual Hosts
Learn how to configure Virtual Hosts to have one or more applications accessible on the internet, by server IP address or a domain name
When to add a virtual host
Add a virtual host for each domain you want to route to an application (for example app.my-product.com or demo.my-product.com). You can add multiple virtual hosts per environment and per application.
Related
Add a Virtual host
Add a Virtual Host to make an application accessible on the internet, by server IP address or a domain name
List Virtual Hosts
View and manage all virtual hosts associated with your project.
View Virtual Host
View detailed information about a specific virtual host and manage its configuration.
Edit a Virtual host
Edit a Virtual Host to change how an application is accessible on the internet , by server IP address or a domain name
Create an Outgoing Webhook
Outgoing Webhooks are a simple way integrate your Devopness environment with external services, triggering a request when an action of a resource has its state updated. Some use cases of resource action state updates are “a new application deployment is done”, “the server is now stopped” and many more use cases that can benefit from webhooks integration. Learn how to create an outgoing webhook to comment the application deploy status on a Pull Request/Merge Request.
Add a Virtual host
Add a Virtual Host to make an application accessible on the internet, by server IP address or a domain name