Skip to content

Commit de2af71

Browse files
committed
disable unauthenticated inet server http access to supervisord for security reasons
1 parent 91ee198 commit de2af71

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

deploy/docker/all-in-one/etc/supervisord.conf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
file=/var/run/supervisor.sock ; (the path to the socket file)
55
chmod=0700 ; sockef file mode (default 0700)
66

7-
[inet_http_server] ; inet (TCP) server disabled by default
8-
port=*:9001 ; (ip_address:port specifier, *:port for all iface)
7+
;[inet_http_server] ; inet (TCP) server disabled by default
8+
;port=*:9001 ; (ip_address:port specifier, *:port for all iface)
99
;username=user ; (default is no username (open server))
1010
;password=123 ; (default is no password (open server))
1111

@@ -37,8 +37,8 @@ files = /lowcoder/etc/supervisord/conf-enabled/*.conf
3737
# ; This event listener is used to capture processes log
3838
# ; and forward to container log using supervisor_stdout
3939
# ; Ref: https://github.com/coderanger/supervisor-stdout
40-
# [eventlistener:stdout]
41-
# command = supervisor_stdout
42-
# buffer_size = 100
43-
# events = PROCESS_LOG
40+
# [eventlistener:stdout]
41+
# command = supervisor_stdout
42+
# buffer_size = 100
43+
# events = PROCESS_LOG
4444
# result_handler = supervisor_stdout:event_handler

0 commit comments

Comments
 (0)