We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab5198b commit 498eaf0Copy full SHA for 498eaf0
docker/main/ubuntu-hhvm/conf/supervisord.conf
@@ -1,8 +1,9 @@
1
[supervisord]
2
nodaemon=true
3
4
-[program:php-fpm]
+[program:hhvm]
5
command = /usr/bin/hhvm --mode server -vServer.Type=fastcgi -vServer.Port=9000
6
+user = www-data
7
autostart = true
8
autorestart = true
9
stdout_logfile=/dev/stdout
0 commit comments