Skip to content

Commit 6dae590

Browse files
authored
Merge pull request #572 from hadjilucasL/swag-dashboard-extra-doc-app-discovery
swag-dashboard : Expand a bit on the way application discovery works in the docs
2 parents 33ba5f3 + 82c0e4f commit 6dae590

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Requires an internal DNS, add a rewrite of `dashboard.domain.com` to your server
2323
Remove the allow/deny lines in `/config/nginx/proxy-confs/dashboard.subdomain.com`, and instead secure it some other way (like Authelia for example).
2424

2525
## Notes
26-
- The application discovery scans the proxy configs and looks for the following structure in accordance with the samples:
26+
- The application discovery scans for a list of known services, as well as enabled custom proxy confs that contain the following format:
2727
```yaml
2828
set $upstream_app <container/address>;
2929
set $upstream_port <port>;

0 commit comments

Comments
 (0)