Updated accessory proxy to support hosts option

This commit is contained in:
Igor Alexandrov
2024-10-09 14:06:38 +04:00
parent 9204624752
commit f52826b2d6
3 changed files with 8 additions and 3 deletions

View File

@@ -101,14 +101,19 @@ accessories:
# Proxy
#
proxy:
# Host
# Hosts
#
# The hosts that will be used to serve the app. The proxy will only route requests
# to this host to your app.
#
# If no hosts are set, then all requests will be forwarded, except for matching
# requests for other apps deployed on that server that do have a host set.
#
# Specify one of `host` or `hosts`.
host: foo.example.com
hosts:
- foo.example.com
- bar.example.com
# App port
#