Browse Source

[SOGo] Remove HTTP server on port 9192

André 7 years ago
parent
commit
ad902f0ad8
1 changed files with 0 additions and 7 deletions
  1. 0 7
      data/Dockerfiles/sogo/supervisord.conf

+ 0 - 7
data/Dockerfiles/sogo/supervisord.conf

@@ -16,13 +16,6 @@ command=/usr/sbin/cron -f
 autorestart=true
 autorestart=true
 priority=2
 priority=2
 
 
-[program:sogo-webres]
-command=/usr/bin/python -u -m SimpleHTTPServer 9192
-directory=/usr/lib/GNUstep/SOGo/
-user=sogo
-autorestart=true
-priority=4
-
 [program:bootstrap-sogo]
 [program:bootstrap-sogo]
 command=/bootstrap-sogo.sh
 command=/bootstrap-sogo.sh
 stdout_logfile=/dev/stdout
 stdout_logfile=/dev/stdout