Attachment 'uwsgi.xml'
Download 1 <uwsgi>
2 <master/>
3 <socket>/home/moin/var/uwsgi.sock</socket>
4 <uid>moin</uid>
5 <gid>moin</gid>
6
7 <processes>1</processes>
8 <master/>
9 <no-orphans/>
10 <enable-threads/>
11 <threads>10</threads>
12
13 <daemonize>/home/moin/logs/uwsgi/uwsgi.log</daemonize>
14 <pidfile>/home/moin/var/uwsgi.pid</pidfile>
15
16 <max-requests>1500</max-requests>
17 <idle>60</idle>
18 <reload-on-rss>100</reload-on-rss>
19 <harakiri>60</harakiri>
20 <disable-logging/>
21
22 <wsgi-file>/home/moin/etc/moin.wsgi</wsgi-file>
23
24
25 </uwsgi>
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.