Skip to content

Commit ed453a8

Browse files
committed
allow a uwsgi-extra.ini to be used for extra options
1 parent 4a6f9b5 commit ed453a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

uwsgi.ini

+4
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@ max-worker-lifetime = 3600
1919
max-requests = 1000
2020
reload-on-rss = 300
2121
harakiri = 60
22+
23+
if-file = /etc/uwsgi-extra.ini
24+
ini = /etc/uwsgi-extra.ini
25+
endfor =

0 commit comments

Comments
 (0)