Changeset - 535be0731523
[Not reviewed]
beta
0 3 0
Marcin Kuzminski - 12 years ago 2013-06-04 14:42:49
marcin@python-works.com
fixed gunicorn example config
3 files changed with 6 insertions and 6 deletions:
0 comments (0 inline, 0 general)
development.ini
Show inline comments
 
@@ -54,14 +54,14 @@ max_request_body_size = 107374182400
 
## is set to more than one worker
 
#workers = 1
 
## process name
 
#proc_name = rhodecode
 
## type of worker class, one of sync, eventlet, gevent, tornado
 
## recommended for bigger setup is using of of other than sync one
 
#worker-class = sync
 
#max-requests = 5
 
#worker_class = sync
 
#max_requests = 5
 

	
 
## COMMON ##
 
host = 0.0.0.0
 
port = 5000
 

	
 
## prefix middleware for rc
production.ini
Show inline comments
 
@@ -54,14 +54,14 @@ max_request_body_size = 107374182400
 
## is set to more than one worker
 
#workers = 1
 
## process name
 
#proc_name = rhodecode
 
## type of worker class, one of sync, eventlet, gevent, tornado
 
## recommended for bigger setup is using of of other than sync one
 
#worker-class = sync
 
#max-requests = 5
 
#worker_class = sync
 
#max_requests = 5
 

	
 
## COMMON ##
 
host = 127.0.0.1
 
port = 5000
 

	
 
## prefix middleware for rc
rhodecode/config/deployment.ini_tmpl
Show inline comments
 
@@ -54,14 +54,14 @@ max_request_body_size = 107374182400
 
## is set to more than one worker
 
#workers = 1
 
## process name
 
#proc_name = rhodecode
 
## type of worker class, one of sync, eventlet, gevent, tornado
 
## recommended for bigger setup is using of of other than sync one
 
#worker-class = sync
 
#max-requests = 5
 
#worker_class = sync
 
#max_requests = 5
 

	
 
## COMMON ##
 
host = 127.0.0.1
 
port = 5000
 

	
 
## prefix middleware for rc
0 comments (0 inline, 0 general)