Skip to content

Commit

Permalink
httpd: add informative comments to conf file
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryo Onodera committed Jun 28, 2012
1 parent 15a9e95 commit fd0d748
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions data/groonga-httpd.conf.in
@@ -1,5 +1,9 @@
worker_processes 1;

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

events {
worker_connections 1024;
}
Expand All @@ -14,8 +18,11 @@ http {
listen 10041;
server_name localhost;

# Don't change the location; currently only /d/ is supported.
location /d/ {
groonga;

# Specify an actual database and enable this.
#groonga_database /path/to/database;
}

Expand Down

0 comments on commit fd0d748

Please sign in to comment.