forked from MarkUsProject/Markus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mongrel_cluster.yml
40 lines (40 loc) · 1.05 KB
/
mongrel_cluster.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# Example mongrel_cluster configuration
#
# Please test if a single mongrel starts first.
# If it does, use:
# mongrel_cluster_ctl start -v -c `pwd`
# to start your mongrel cluster with configuration
# specified below.
#
# Logfiles go to log/mongrel_<portnumber>.log
#
log_file: /home/markus/sandbox/markus_trunk/log/mongrel.log
#
# Use port 8000 and upwards for the number of mongrels
# to start
port: 8000
#
# Use production environment
environment: production
#
# Bind to localhost
address: 127.0.0.1
#
# Location and filenames as to where to put PID files
pid_file: /home/markus/sandbox/markus_trunk/tmp/pids/mongrel.pid
#
# Number of mongrel servers to start
servers: 3
#
# System user under which mongrels will be started
user: markus
#
# System group under which mongrels will be started
group: markus
#
# Document root of static HTML files (you shouldn't change this)
docroot: /home/markus/sandbox/markus_trunk/public
#
# Directory into which to change before starting mongrel servers
# This shouldn't be changed.
chdir: /home/markus/sandbox/markus_trunk