##// END OF EJS Templates
added info about settings instance_id=* with gunicorn setup and >1 workers
marcink -
r3935:92ec93df beta
parent child Browse files
Show More
@@ -50,7 +50,8 b' asyncore_use_poll = True'
50
50
51 ## GUNICORN ##
51 ## GUNICORN ##
52 #use = egg:gunicorn#main
52 #use = egg:gunicorn#main
53 ## number of process workers. Don't change that to more than 1
53 ## number of process workers. You must set `instance_id = *` when this option
54 ## is set to more than one worker
54 #workers = 1
55 #workers = 1
55 ## process name
56 ## process name
56 #proc_name = rhodecode
57 #proc_name = rhodecode
@@ -50,7 +50,8 b' asyncore_use_poll = True'
50
50
51 ## GUNICORN ##
51 ## GUNICORN ##
52 #use = egg:gunicorn#main
52 #use = egg:gunicorn#main
53 ## number of process workers. Don't change that to more than 1
53 ## number of process workers. You must set `instance_id = *` when this option
54 ## is set to more than one worker
54 #workers = 1
55 #workers = 1
55 ## process name
56 ## process name
56 #proc_name = rhodecode
57 #proc_name = rhodecode
@@ -50,7 +50,8 b' asyncore_use_poll = True'
50
50
51 ## GUNICORN ##
51 ## GUNICORN ##
52 #use = egg:gunicorn#main
52 #use = egg:gunicorn#main
53 ## number of process workers. Don't change that to more than 1
53 ## number of process workers. You must set `instance_id = *` when this option
54 ## is set to more than one worker
54 #workers = 1
55 #workers = 1
55 ## process name
56 ## process name
56 #proc_name = rhodecode
57 #proc_name = rhodecode
General Comments 0
You need to be logged in to leave comments. Login now