4752: Use passenger standalone for API server instead of passenger apache module...
[arvados.git] / docker / api / supervisor.conf
index c5dd1e9b2f9df9c2bd6d9b989b2f9e8c8958c28b..b24e552efd306a4c92b27e2ba15d1fe32930464c 100644 (file)
@@ -8,9 +8,8 @@ user=postgres
 command=/usr/lib/postgresql/9.1/bin/postgres -D /var/lib/postgresql/9.1/main -c config_file=/etc/postgresql/9.1/main/postgresql.conf
 autorestart=true
 
-[program:apache2]
-command=/etc/apache2/foreground.sh
-stopsignal=6
+[program:passenger]
+command=/usr/local/bin/passenger.sh
 autorestart=true
 
 [program:munge]