Skip to content
Snippets Groups Projects
Commit 15c6795a authored by Adam Cooke's avatar Adam Cooke
Browse files

update default configuration file to document multiple bind addresses for the fast server

parent 7fa45700
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -21,7 +21,12 @@ web_server:
 
fast_server:
enabled: false
bind_address: 0.0.0.0
bind_address:
# Set appropriate IP addresses to listen on. These should be dedicated IP
# addresses just used for this server. You should list IPv4 and IPv6 addresses
# as appropriate.
# - 1.2.3.4
# - abcd:a:b:c:d::1
port: 80
ssl_port: 443
proxy_protocol: false
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment