mirror of
https://github.com/fluent/fluentd-ui.git
synced 2026-05-05 10:56:11 +02:00
Set default host to 0.0.0.0 for backward compatibility
This commit is contained in:
parent
383be3b27b
commit
86acdca42d
@ -10,7 +10,7 @@ module FluentdUI
|
||||
option :port, type: :numeric, default: 9292
|
||||
option :pidfile, type: :string, default: File.expand_path('tmp/fluentd-ui.pid', ROOT)
|
||||
option :daemonize, type: :boolean, default: false
|
||||
option :host, type: :string, default: 'localhost'
|
||||
option :host, type: :string, default: '0.0.0.0'
|
||||
def start
|
||||
trap(:INT) { puts "\nStopping..." }
|
||||
# NOTE: on Debian based distributions, td-agent uses start-stop-daemon with --exec option for stopping process
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user