##// END OF EJS Templates
fixed gunicorn example config
marcink -
r3945:535be073 beta
parent child Browse files
Show More
@@ -57,8 +57,8 b' max_request_body_size = 107374182400'
57 #proc_name = rhodecode
57 #proc_name = rhodecode
58 ## type of worker class, one of sync, eventlet, gevent, tornado
58 ## type of worker class, one of sync, eventlet, gevent, tornado
59 ## recommended for bigger setup is using of of other than sync one
59 ## recommended for bigger setup is using of of other than sync one
60 #worker-class = sync
60 #worker_class = sync
61 #max-requests = 5
61 #max_requests = 5
62
62
63 ## COMMON ##
63 ## COMMON ##
64 host = 0.0.0.0
64 host = 0.0.0.0
@@ -57,8 +57,8 b' max_request_body_size = 107374182400'
57 #proc_name = rhodecode
57 #proc_name = rhodecode
58 ## type of worker class, one of sync, eventlet, gevent, tornado
58 ## type of worker class, one of sync, eventlet, gevent, tornado
59 ## recommended for bigger setup is using of of other than sync one
59 ## recommended for bigger setup is using of of other than sync one
60 #worker-class = sync
60 #worker_class = sync
61 #max-requests = 5
61 #max_requests = 5
62
62
63 ## COMMON ##
63 ## COMMON ##
64 host = 127.0.0.1
64 host = 127.0.0.1
@@ -57,8 +57,8 b' max_request_body_size = 107374182400'
57 #proc_name = rhodecode
57 #proc_name = rhodecode
58 ## type of worker class, one of sync, eventlet, gevent, tornado
58 ## type of worker class, one of sync, eventlet, gevent, tornado
59 ## recommended for bigger setup is using of of other than sync one
59 ## recommended for bigger setup is using of of other than sync one
60 #worker-class = sync
60 #worker_class = sync
61 #max-requests = 5
61 #max_requests = 5
62
62
63 ## COMMON ##
63 ## COMMON ##
64 host = 127.0.0.1
64 host = 127.0.0.1
General Comments 0
You need to be logged in to leave comments. Login now