1
0
مراية لـ https://github.com/postalserver/postal.git تم المزامنة 2025-12-01 05:43:04 +00:00

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

هذا الالتزام موجود في:
Adam Cooke
2018-04-04 19:16:01 +01:00
الأصل 7fa457008e
التزام 15c6795a24

عرض الملف

@@ -21,7 +21,12 @@ web_server:
fast_server: fast_server:
enabled: false 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 port: 80
ssl_port: 443 ssl_port: 443
proxy_protocol: false proxy_protocol: false