Skip to content

Commit

Permalink
adding mongrel2 directories and configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Bryant committed Nov 26, 2010
1 parent 5dd8145 commit ef50e0c
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Expand Up @@ -2,4 +2,6 @@
*~
data/*
*.egg-info
ve/*
ve/*
/run/gogogo.pid
/logs/access.log
Empty file added logs/.gitignore
Empty file.
21 changes: 21 additions & 0 deletions mongrel2.conf
@@ -0,0 +1,21 @@
main = Server(
uuid="6D6C2165-E313-45FE-97BC-89C3036D5D4B",
access_log="/logs/access.log",
error_log="/logs/error.log",
chroot="./",
default_host="localhost",
name="gogogo",
pid_file="/run/gogogo.pid",
port=6767,
hosts = [
Host(name="localhost", routes={
'/': Handler(send_spec="tcp://127.0.0.1:5051",
send_ident="1A89D4C0-01C4-440F-A60E-69E94D256F12",
recv_spec="tcp://127.0.0.1:5050",
recv_ident='')
})
]
)

settings = {"zeromq.threads": 1}
servers = [main]
Empty file added run/.gitignore
Empty file.
Empty file added tmp/.gitignore
Empty file.

0 comments on commit ef50e0c

Please sign in to comment.