NobGit
public nobgit read

NobMail

Based on mailcow: dockerized

Languages

Repository composition by tracked source files.

PHP
PHP 49% JavaScript 35% HTML 9% CSS 4% Shell 2% Python 1% Lua 0% Perl 0% Ruby 0% SCSS 0%
Create file Wiki Documentation
Clone
https://nobgit.com/orgs/nobgit/nobmail.git
ssh://[email protected]:2222/orgs/nobgit/nobmail.git

Commit

[SOGo] Remove supervisord API

82ac5fa0
andryyy <[email protected]> 9 years ago
data/Dockerfiles/sogo/supervisord.conf | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)

Diff

diff --git a/data/Dockerfiles/sogo/supervisord.conf b/data/Dockerfiles/sogo/supervisord.conf
index 4c611a39..2a889560 100644
--- a/data/Dockerfiles/sogo/supervisord.conf
+++ b/data/Dockerfiles/sogo/supervisord.conf
@@ -1,5 +1,6 @@
 [supervisord]
 nodaemon=true
+user=root
 
 [program:syslog-ng]
 command=/usr/sbin/syslog-ng --foreground  --no-caps
@@ -32,12 +33,3 @@ priority=3
 startretries=10
 autorestart=true
 stopwaitsecs=120
-
-[inet_http_server]
-port=9191
-
-[rpcinterface:supervisor]
-supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
-
-[supervisorctl]
-serverurl=http://localhost:9191