mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-25 01:13:40 +01:00
docs: Specify that exposing Gatus through a subpath is not supported (#507)
* Updated README.md Added Gatus UI custom path supportability to FQA * Update README.md * Update README.md * Update README.md --------- Co-authored-by: TwiN <twin@linux.com>
This commit is contained in:
parent
0cf7621162
commit
60b0f3fa29
@ -95,6 +95,7 @@ Have any feedback or questions? [Create a discussion](https://github.com/TwiN/ga
|
||||
- [disable-monitoring-lock](#disable-monitoring-lock)
|
||||
- [Reloading configuration on the fly](#reloading-configuration-on-the-fly)
|
||||
- [Endpoint groups](#endpoint-groups)
|
||||
- [Exposing Gatus on a custom path](#exposing-gatus-on-a-custom-path)
|
||||
- [Exposing Gatus on a custom port](#exposing-gatus-on-a-custom-port)
|
||||
- [Keeping your configuration small](#keeping-your-configuration-small)
|
||||
- [Badges](#badges)
|
||||
@ -1699,6 +1700,12 @@ The configuration above will result in a dashboard that looks like this:
|
||||
![Gatus Endpoint Groups](.github/assets/endpoint-groups.png)
|
||||
|
||||
|
||||
### Exposing Gatus on a custom path
|
||||
Currently, you can expose the Gatus UI using a fully qualified domain name (FQDN) such as `status.example.org`. However, it does not support path-based routing, which means you cannot expose it through a URL like `example.org/status/`.
|
||||
|
||||
For more information, see https://github.com/TwiN/gatus/issues/88.
|
||||
|
||||
|
||||
### Exposing Gatus on a custom port
|
||||
By default, Gatus is exposed on port `8080`, but you may specify a different port by setting the `web.port` parameter:
|
||||
```yaml
|
||||
|
Loading…
Reference in New Issue
Block a user