We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 33ba5f3 + 82c0e4f commit 6dae590Copy full SHA for 6dae590
1 file changed
README.md
@@ -23,7 +23,7 @@ Requires an internal DNS, add a rewrite of `dashboard.domain.com` to your server
23
Remove the allow/deny lines in `/config/nginx/proxy-confs/dashboard.subdomain.com`, and instead secure it some other way (like Authelia for example).
24
25
## Notes
26
-- The application discovery scans the proxy configs and looks for the following structure in accordance with the samples:
+- The application discovery scans for a list of known services, as well as enabled custom proxy confs that contain the following format:
27
```yaml
28
set $upstream_app <container/address>;
29
set $upstream_port <port>;
0 commit comments