Skip to content

Commit fc796af

Browse files
committed
default user/group in phpd.conf.example = nobody/nobody
1 parent 0685e33 commit fc796af

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

conf/phpd.conf.example

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
## Config file
22

3-
user www-data;
4-
group www-data;
3+
user nobody;
4+
group nobody;
55

6-
max-workers 1;
7-
min-workers 1;
8-
start-workers 1;
6+
max-workers 20;
7+
min-workers 20;
8+
start-workers 20;
99

1010
max-requests 1m;
1111
max-idle 0;

0 commit comments

Comments
 (0)