File tree Expand file tree Collapse file tree 2 files changed +46
-0
lines changed Expand file tree Collapse file tree 2 files changed +46
-0
lines changed Original file line number Diff line number Diff line change
1
+ # ############### PRODUCTION / UWSGI SECTION ######################
2
+ #
3
+ # uWSGI server configuration
4
+ # ##
5
+ [uwsgi]
6
+ http = 127.0.0.1:9051
7
+ master = true
8
+ processes = 10
9
+ enable-threads = true
10
+
11
+ harakiri = 60
12
+ harakiri-verbose = true
13
+ limit-post = 65536
14
+ post-buffering = 8192
15
+
16
+ logto = /apps/logs/pypi/uwsgi.log
17
+ log-slow = true
18
+ need-app = true
19
+ # ############### END PRODUCTION #################################
20
+
21
+
22
+
23
+
1
24
# ##
2
25
# app configuration
3
26
# https://docs.pylonsproject.org/projects/pyramid/en/latest/narr/environment.html
Original file line number Diff line number Diff line change
1
+ # ############### PRODUCTION / UWSGI SECTION ######################
2
+ #
3
+ # uWSGI server configuration
4
+ # ##
5
+ [uwsgi]
6
+ http = 127.0.0.1:9051
7
+ master = true
8
+ processes = 10
9
+ enable-threads = true
10
+
11
+ harakiri = 60
12
+ harakiri-verbose = true
13
+ limit-post = 65536
14
+ post-buffering = 8192
15
+
16
+ logto = /apps/logs/pypi/uwsgi.log
17
+ log-slow = true
18
+ need-app = true
19
+ # ############### END PRODUCTION #################################
20
+
21
+
22
+
23
+
1
24
# ##
2
25
# app configuration
3
26
# https://docs.pylonsproject.org/projects/pyramid/en/latest/narr/environment.html
You can’t perform that action at this time.
0 commit comments