Navigation Menu

Skip to content

Commit

Permalink
httpd: set default user/group
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Aug 2, 2012
1 parent 223b6b8 commit fbfd01b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/groonga-httpd.conf.in
Expand Up @@ -2,7 +2,7 @@ worker_processes 1;

# Match this to the file owner of groonga database files if groonga-httpd is
# run as root.
#user groonga;
user groonga groonga;

events {
worker_connections 1024;
Expand Down

0 comments on commit fbfd01b

Please sign in to comment.