Skip to content

Commit 498eaf0

Browse files
committed
Run hhvm under www-data
1 parent ab5198b commit 498eaf0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docker/main/ubuntu-hhvm/conf/supervisord.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
[supervisord]
22
nodaemon=true
33

4-
[program:php-fpm]
4+
[program:hhvm]
55
command = /usr/bin/hhvm --mode server -vServer.Type=fastcgi -vServer.Port=9000
6+
user = www-data
67
autostart = true
78
autorestart = true
89
stdout_logfile=/dev/stdout

0 commit comments

Comments
 (0)